Skip to content

Create a new pod

POST
/v1/admin/pods

Creates a new pod and returns it with its API key.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
}

Responses

Pod with id, label, state, key, created_at

application/json
JSON
{
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI