Create a temporary database
create_databaseCreate a temporary JSON database (24h TTL, no signup, no keys). Returns the db URL — the only credential — plus admin URL, limits and expiry. Create once per project/task, persist the db URL immediately (local ~/.tmpstate/credentials, project README, and your memory), and reuse it instead of creating again. For retries or parallel workers, pass a stable idempotency_key so duplicate calls return the same database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idempotency_key | No | Stable retry key. Reusing it from the same client returns the same database. |