O

openfort.io

Embedded wallets, stablecoin payments, and agentic automation for neobanks and AI agents.

3read
2action
https://www.openfort.io

live · AI Agents & Fintech · JSON · API for agents

Tools 5 tools

navigate_to_pageaction

Navigate the browser to a page on openfort.io. Use this to move the user to a relevant section of the site.

View tool JSON
{
  "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": "/"
}
search_docsread

Open the Openfort documentation with an optional search query. Returns the URL navigated to.

View tool JSON
{
  "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_sdksread

List official Openfort SDKs with their GitHub repository URLs.

View tool JSON
{
  "name": "list_sdks",
  "kind": "read",
  "impl": "imperative",
  "description": "List official Openfort SDKs with their GitHub repository URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
contact_salesaction

Open the Openfort sales contact flow. Use when the user wants pricing, a demo, or enterprise terms.

View tool JSON
{
  "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": "/"
}
get_api_referencesread

Return canonical links for Openfort API discovery: OpenAPI spec, llms.txt, MCP server, status, and dashboard.

View tool JSON
{
  "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": "/"
}