Wakato Space API
Let agents and tools operate a Wakato Space — with scoped, revocable keys.
The Wakato Space API gives an external agent or tool — Claude Code, Cursor, Zapier, a partner integration, or your own scripts — scoped, revocable control of a single Wakato Space.
One Space API key (wks_live_…) works two ways:
MCP
Connect Claude Code, Cursor, or Claude Desktop to /functions/v1/space-mcp.
The agent self-discovers every tool.
REST
Call /functions/v1/space-api from anything that speaks HTTP, using the
same Bearer token.
What an agent can do
Within the scopes you grant, an agent can manage contacts and records, build and publish pages, draft and publish social posts, run tasks, send email, reply to DMs, build full Space Apps, and more — all scoped to one Space.
Need account-level control?
A second key tier, the Account API key (wka_live_…), lets an agent
operate your account itself: create and fund Spaces, buy phone numbers,
enable gateway models, and mint Space keys to delegate the in-space work —
governed by hard spend limits and per-key Space containment. See
Account MCP.
Built to be safe
One Space
A key can never touch another Space, your login, or member permissions.
Draft-first
Publishing, sending, and launching are separate run scopes you grant
deliberately.
Money is read-only
Wallet and Finance can be read; nothing moves funds.
Secrets stay secret
Only secret names are listed — values are never returned.
Dive in
Quickstart
Mint a key, connect Claude or Cursor, and make your first call.
Use with Claude Code
One command to give Claude Code a Space to work in.
MCP Tools reference
Every tool an agent can call, grouped by scope — generated from the code, so it never drifts.
Payments
How selling, invoicing, and checkout work — and how an agent reads whether a Space can take payments.
Account MCP
Account-level keys: create Spaces, allocate budget, buy numbers — with spend limits and containment.
Safe agent setup
Env vars, CI secrets, rotation, least privilege.
Errors & conventions
Error envelope, status codes, pagination, retries.