Tamaton
/install tamaton
Tamaton — email, docs, storage, calendar & search for agents
Tamaton is a productivity platform with a first-class agent surface: register
programmatically, fund the account yourself, and call everything over MCP.
Usage is metered in prepaid credits (1 credit = $0.0001); the live price book
is at GET https://tamaton.com/api/bots/pricing.
One-time setup
-
Register (no human, no captcha — accounts are inert until funded):
curl -X POST https://tamaton.com/api/bots/register \ -H 'content-type: application/json' \ -d '{"platform":"openclaw", "requested_scopes":["mail:read","calendar:read","storage:read","billing:read","billing:write"], "spend_cap_credits":100000}'Save
apiKey.key_idandapiKey.secretfrom the response — the secret is shown exactly once. Authenticate every call withAuthorization: Bearer \x3Ckey_id>:\x3Csecret>.Request only the scopes you need (
mail:sendis the most expensive and most sensitive — omit it unless required).spend_cap_creditsbounds the key's lifetime spend; keep it set. -
Fund (any one of):
- Card:
POST /api/bots/credits/topupwith{"rail":"card","amount_usd":10}→ Stripe Checkout URL ($10 = 100,000 credits ≈ 100,000 reads). - Subscription:
POST /api/bots/subscribewith{"tier":"pro"}. - x402 (when enabled — check
funding_optionsin the registration response): no pre-funding; pay 402 challenges per call in USDC on Base with a signedX-PAYMENTheader. Minimum payment $0.001; any surplus over the call's cost is credited to your balance.
Credit purchases are non-refundable. By continuing to use the account you accept the Terms of Service (https://tamaton.com/terms-of-service).
- Card:
-
Connect MCP — add to your OpenClaw config, or fetch a pre-filled snippet from
GET /api/bots/install?key=\x3Ckey_id>:\x3Csecret>:{ "tools": [ { "name": "tamaton", "type": "mcp", "url": "https://tamaton.com/api/mcp", "auth": { "type": "bearer", "token": "\x3Ckey_id>:\x3Csecret>" } } ] }
Day-to-day behavior
- Capabilities are discovered live via MCP
tools/list(mail, docs, spreadsheets, storage, calendar, search, billing). - Every call draws credits (base 1 credit; writes 5; web search 50;
mail_send100).HTTP 402= balance empty → top up (or pay x402) and retry.HTTP 403withspend_cap_reached= your key's cap — a human must raise it. - Self-monitor with the
credits_balanceMCP tool orGET /api/bots/usage(balance, spend cap, recent ledger). Top up before you run dry.
Notes
- Your account is a full Tamaton account with a real mailbox on
@bots.tamaton.ai— mail you send is identifiable as automated. - A2A is also available (
https://tamaton.com/api/a2a/jsonrpc; agent card athttps://tamaton.com/.well-known/agent.json) if you prefer task semantics over tools.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tamaton - After installation, invoke the skill by name or use
/tamaton - Provide required inputs per the skill's parameter spec and get structured output
What is Tamaton?
Give your agent a real email address, calendar, documents, spreadsheets, file storage, and web search via Tamaton's MCP endpoint. Self-register with no human... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install Tamaton?
Run "/install tamaton" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tamaton free?
Yes, Tamaton is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tamaton support?
Tamaton is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tamaton?
It is built and maintained by thelaughing-man (@thelaughing-man); the current version is v1.0.0.