Skip to main content
API keys provide programmatic access to the ezForge control plane. Keys are scoped to a project and can have granular permissions. Required scope: servers:write (to create/delete keys)

List API keys

Returns metadata for all API keys in the project. The actual key value is never returned after creation. Query parameters: Standard pagination (limit, cursor) Response 200:

Create API key

Request body:
Response 201:
The key field is only returned once, at creation time. Store it securely — it cannot be retrieved again.

Delete API key

Immediately revokes the key. Any requests using it will receive a 401. Response 204: No content.