MethodEndpointDescription
GET/v1/api-keysList all API keys for the current organization
POST/v1/api-keysCreate a new API key for the current organization
DELETE/v1/api-keys/{id}Revoke an API key by ID
GET/v1/api-keys/{id}Get a single API key by ID
GET/v1/api-keys/requestsList recent API request audit logs for the current organization
GET/v1/invitesList pending invites for the current user
GET/v1/organizationsList all organizations for the current user
GET/v1/organizations/{orgId}/auto-swap-settingsGet automatic token swap settings for an organization. Returns a disabled default if not yet configured.
PUT/v1/organizations/{orgId}/auto-swap-settingsUpdate automatic token swap settings for an organization. Owners only.
GET/v1/organizations/{orgId}/cuGet CU balance and threshold
GET/v1/organizations/{orgId}/cu/runsGet runs with CU costs
GET/v1/organizations/{orgId}/cu/usageGet CU usage
GET/v1/organizations/{orgId}/cu/usage-by-workflowGet CU usage by workflow
GET/v1/organizations/{orgId}/knowledgeList org knowledge entries with optional source_type filter.
GET/v1/organizations/{orgId}/knowledge-settingsGet knowledge settings for an organization. Returns enabled=false default if not yet configured.
PUT/v1/organizations/{orgId}/knowledge-settingsUpdate knowledge settings for an organization. Requires org update permission.
PATCH/v1/organizations/{orgId}/knowledge/{id}/pinPin or unpin a knowledge entry. Pinned entries are excluded from auto-pruning.
DELETE/v1/organizations/{orgId}/knowledge/bulkBulk delete org knowledge entries by source_type or IDs.
GET/v1/organizations/{orgId}/plan-optionsReturns all possible plan transitions with pre-calculated pricing
GET/v1/organizations/{orgId}/publicGet public organization metadata
GET/v1/organizations/{orgId}/sessionsList active wallet sessions with pagination
POST/v1/organizations/{orgId}/sessionsCreate a new wallet session key
DELETE/v1/organizations/{orgId}/sessions/{id}Revoke a wallet session key
GET/v1/organizations/{orgId}/templates/publicList public templates by organization
GET/v1/organizations/{orgId}/walletsList all wallets for an organization with pagination
POST/v1/organizations/{orgId}/walletsCreate a new Turnkey wallet for an organization
DELETE/v1/organizations/{orgId}/wallets/{walletId}Archive a wallet (soft delete). Cannot archive default wallet or only wallet.
PUT/v1/organizations/{orgId}/wallets/{walletId}/defaultSet a wallet as the default wallet for an organization.
POST/v1/organizations/{orgId}/wallets/{walletId}/withdrawWithdraw tokens from an organization wallet via Turnkey signing
GET/v1/orgs/{orgId}/invitesList pending invites for an organization
GET/v1/orgs/{orgId}/membersList all members of an organization
GET/v1/tiersList all subscription tiers
Ask a question... ⌘I