Projects¶
Projects isolate buckets, webhooks, and API keys from each other — see Core Concepts.
Create a project¶
List projects¶
Response
{
"data": [
{ "id": "proj_01HZ1", "name": "production" },
{ "id": "proj_01HZ2", "name": "staging" }
]
}
Get a project¶
Delete a project¶
Irreversible
Deleting a project permanently deletes every bucket, record, and webhook within it. There is no undo.