v4

latestOpenAPI 3.1.02026-08-0130252.8 KB
Auth

Create an API key

Create a new API key scoped to a team. The key inherits the team's access — projects created with it are owned by that team. The raw key is returned once, so store it securely. Omit both teamId and team to use your personal team.

post/auth/create-key

Request body

namestring

A label for the key.

teamstring

Team id or slug to scope the key to. The authenticated user must be a member. Defaults to your personal team.

Response

API key created

keystring required

The raw API key. Shown once.

keyPrefixstring required

First 10 characters for identification.

namestring required