Tool tree
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.
view_pricingAnswer
Navigate to the Lumbox pricing page.
View tool JSON
{
"name": "view_pricing",
"kind": "answer",
"impl": "imperative",
"description": "Navigate to the Lumbox pricing page.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}view_docsAction
Open a Lumbox documentation section (api, mcp, sdk, or getting-started).
View tool JSON
{
"name": "view_docs",
"kind": "act",
"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": "act",
"impl": "imperative",
"description": "Open the Lumbox sign-up page to create an account.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}contact_supportSensitive Action
Compose an email to Lumbox support.
View tool JSON
{
"name": "contact_support",
"kind": "transact",
"impl": "imperative",
"description": "Compose an email to Lumbox support.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}