API referenceWorkspaceCredentials
List credentials
Lists organization-owned API keys without returning their secret values. Use id and lastUsedAt to audit and rotate credentials.
- Endpoint
GET /v1/organization/api-keys- Authorization
- Required permission: `apiKeys:manage`.
- Environments
- Production only
- Idempotency
- Not required.
Resend member invitation POST
Sends another notification for a pending member invitation. The memberRef must identify an invitation rather than an active member.
Create API key POST
Creates a full-access organization API key. The secret value is returned exactly once in this response; store it securely because later list calls only return an obfuscated value.