API Keys
Create, list, and revoke API keys for flow execution and MCP access.
Base URL: https://api.noukai.xyz/api/v1/keys
Key management requires JWT authentication. The user must be the project owner or an org admin.
Create Key
Response (201):
The key field contains the full secret and is shown only once.
List Keys
Returns key metadata (no secrets). Shows key_id, name, environment, status, created_at.
Revoke Key
Immediately invalidates the key. Cached validations expire within 30 seconds.
Verify Key
Returns the key's context (project, org, environment) without consuming a request. Useful for testing key validity.
Limits
- Maximum 10 active keys per project
- Returns
429if limit exceeded when creating