live · AI Agents & Fintech · JSON · API for agents
Get a plain-language overview of what Vorim AI is: the identity, permissions, and audit layer for AI agents. Returns the product summary, key links, and the underlying open protocol.
{
"name": "vorim_get_product_overview",
"kind": "read",
"impl": "imperative",
"description": "Get a plain-language overview of what Vorim AI is: the identity, permissions, and audit layer for AI agents. Returns the product summary, key links, and the underlying open protocol.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}List the Vorim AI SDKs and packages an agent or developer can install, including the TypeScript SDK, Python SDK, MCP server, and CLI.
{
"name": "vorim_list_sdks",
"kind": "read",
"impl": "imperative",
"description": "List the Vorim AI SDKs and packages an agent or developer can install, including the TypeScript SDK, Python SDK, MCP server, and CLI.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}List the permission scopes Vorim supports for AI agents. These are the scoped, least-privilege permissions that can be granted to an agent and checked at tool-call time.
{
"name": "vorim_list_permission_scopes",
"kind": "read",
"impl": "imperative",
"description": "List the permission scopes Vorim supports for AI agents. These are the scoped, least-privilege permissions that can be granted to an agent and checked at tool-call time.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}Get an overview of Vorim AI plan tiers (Free, Starter, Growth, Enterprise) with agent limits and audit retention. Paid pricing is custom — directs to contact for details.
{
"name": "vorim_get_plans",
"kind": "read",
"impl": "imperative",
"description": "Get an overview of Vorim AI plan tiers (Free, Starter, Growth, Enterprise) with agent limits and audit retention. Paid pricing is custom — directs to contact for details.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}