V

vorim.ai

Identity, permissions, and audit layer for AI agents — scoped least-privilege permissions, trust scoring, and SDKs.

4read
https://www.vorim.ai/

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

Tools 4 tools

vorim_get_product_overviewread

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.

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

List the Vorim AI SDKs and packages an agent or developer can install, including the TypeScript SDK, Python SDK, MCP server, and CLI.

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

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.

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

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.

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