L

lumbox.co

Lumbox is the action layer for AI agents — a single API that gives agents a real email inbox, OTP/login automation, a stealth browser, and an encrypted credential vault so they can sign up for services and handle email-based authentication autonomously.

2read
2action
https://lumbox.co/

live · Developer Tools · JSON · API for agents

Tools 4 tools

view_pricingread

Navigate to the Lumbox pricing page.

View tool JSON
{
  "name": "view_pricing",
  "kind": "read",
  "impl": "imperative",
  "description": "Navigate to the Lumbox pricing page.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
view_docsread

Open a Lumbox documentation section (api, mcp, sdk, or getting-started).

View tool JSON
{
  "name": "view_docs",
  "kind": "read",
  "impl": "imperative",
  "description": "Open a Lumbox documentation section (api, mcp, sdk, or getting-started).",
  "inputSchema": {
    "type": "object",
    "properties": {
      "section": {
        "type": "string",
        "enum": [
          "api",
          "mcp",
          "sdk",
          "getting-started"
        ],
        "description": "Which docs section to open."
      }
    },
    "required": [
      "section"
    ]
  },
  "page": "/"
}
sign_upaction

Open the Lumbox sign-up page to create an account.

View tool JSON
{
  "name": "sign_up",
  "kind": "action",
  "impl": "imperative",
  "description": "Open the Lumbox sign-up page to create an account.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
contact_supportaction

Compose an email to Lumbox support.

View tool JSON
{
  "name": "contact_support",
  "kind": "action",
  "impl": "imperative",
  "description": "Compose an email to Lumbox support.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}