Mint a sandbox key (no auth)
Create a free, instant pyai_test_ sandbox key with no human steps — no email, no password, no card. Built for AI coding agents (Cursor, Lovable, Claude Code, Codex) and the PyAI MCP server’s create_sandbox_key tool, so agent-generated code runs on its first execution instead of stalling at a credential wall. The key is a normal sandbox key: it skips the credit gate (never returns 402), is limited to Hear/Speak/Omni starter scopes, expires automatically, and is bounded by a daily usage cap. Public and unauthenticated; rate-limited per source network. Treat the returned key as an opaque secret (read it from an env var). For production, create a live key in the console. May be disabled on some deployments (returns 404).
Body
Optional human label for the throwaway org/key, shown in your console (e.g. your app name). Sanitized; never used as an identifier.
64Response
A freshly minted sandbox key.
sandbox.key The plaintext pyai_test_... secret. Shown once — store it in an env var.
test Key expiry, Unix epoch milliseconds.
REST base URL to use with this key.
Narrow starter scopes: Hear transcription/streaming, Speak synthesis, and Omni realtime.
[
"hear:transcribe",
"hear:stream",
"voice:synthesize",
"omni:session"
]