List API keys for the active org (metadata only).
List API keys for the active org (metadata only). - Rensei REST API operation reference.
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Response Body
application/json
curl -X GET "https://example.com/api/org/api-keys"{
"keys": [
{
"id": "string",
"name": "string",
"keyPrefix": "string",
"keyType": "string",
"scopes": [
"string"
],
"projectIds": [
"string"
],
"createdBy": "string",
"createdAt": "string",
"lastUsedAt": "string",
"expiresAt": "string"
}
]
}Read an org's onboarding setup progress.
Returns the org onboarding progress flags (anthropic / codex / gemini / linear / github) and completedAt. Requires the caller to be an admin of the same org named in the path; a bearer org must match the path orgId (cross-tenant reads are 403).
Create an org-scoped API key (full secret returned once). Deprecated - use POST /api/org/{orgId}/keys.
Create an org-scoped API key (full secret returned once). Deprecated - use POST /api/org/{orgId}/keys. - Rensei REST API operation reference.