Create a Project Key with API credentials and optional Kafka access.
Returns a credential file (JSON) with plaintext secrets. This is a one-time delivery — secrets are masked in all subsequent responses. Optionally creates a Kafka user with SCRAM credentials, K8s proxy, and ACLs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for creating a Project Key.
Human-readable name for this Project Key
1 - 100Optional description (HTML sanitized)
Role IDs to assign. Mutually exclusive with permission_ids.
1Permission IDs to assign directly. Mutually exclusive with role_ids.
1Kafka credentials and ACL config. Omit for API-only key.
MCP tool profile (full, read-only, agent-operator, infra-admin)
full, read-only, agent-operator, infra-admin MCP tool whitelist. If set, overrides profile and block list.
MCP tool blacklist. Removes tools even if profile allows them.
Successful Response
The downloadable .json credential file returned at creation time.
API credential section of the credential file.
Kafka credential section of the credential file.
full, read-only, agent-operator, infra-admin