live · Developer Tools · JSON · API for agents
Navigate to a path on reflex.dev (e.g. "/docs/getting-started/introduction", "/pricing", "/blog").
{
"name": "navigate_reflex",
"kind": "action",
"impl": "imperative",
"description": "Navigate to a path on reflex.dev (e.g. \"/docs/getting-started/introduction\", \"/pricing\", \"/blog\").",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Path on reflex.dev, starting with \"/\"."
}
},
"required": [
"path"
]
},
"page": "/"
}