live · AI Agents & Fintech · JSON · API for agents
Navigate the browser to a page on openfort.io. Use this to move the user to a relevant section of the site.
{
"name": "navigate_to_page",
"kind": "action",
"impl": "imperative",
"description": "Navigate the browser to a page on openfort.io. Use this to move the user to a relevant section of the site.",
"inputSchema": {
"type": "object",
"properties": {
"page": {
"type": "string",
"enum": [
"home",
"pricing",
"embedded-wallet",
"wallet-as-a-service",
"account-abstraction",
"authentication",
"wallet-automations",
"security",
"customers",
"blog",
"changelog",
"benchmarks",
"compare",
"docs"
],
"description": "Short key for a known page."
}
},
"required": [
"page"
]
},
"page": "/"
}Open the Openfort documentation with an optional search query. Returns the URL navigated to.
{
"name": "search_docs",
"kind": "read",
"impl": "imperative",
"description": "Open the Openfort documentation with an optional search query. Returns the URL navigated to.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query."
}
}
},
"page": "/"
}List official Openfort SDKs with their GitHub repository URLs.
{
"name": "list_sdks",
"kind": "read",
"impl": "imperative",
"description": "List official Openfort SDKs with their GitHub repository URLs.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Open the Openfort sales contact flow. Use when the user wants pricing, a demo, or enterprise terms.
{
"name": "contact_sales",
"kind": "action",
"impl": "imperative",
"description": "Open the Openfort sales contact flow. Use when the user wants pricing, a demo, or enterprise terms.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Return canonical links for Openfort API discovery: OpenAPI spec, llms.txt, MCP server, status, and dashboard.
{
"name": "get_api_references",
"kind": "read",
"impl": "imperative",
"description": "Return canonical links for Openfort API discovery: OpenAPI spec, llms.txt, MCP server, status, and dashboard.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}