Create a new API key
Mints a new opaque API key (sk-orq-<key_id>-<secret>) in the workspace. The raw secret is returned ONCE in the response and is never retrievable afterwards. The stored record retains only token_prefix and a SHA-256 token_hash.
Documentation Index
Fetch the complete documentation index at: https://docs.orq.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Human-readable name. Required.
Owner attribution. Defaults to service_account when omitted.
Project authorization scope. Defaults to all-projects when omitted.
Permission preset. Defaults to PERMISSION_MODE_ALL when omitted.
Per-domain access map. Required when permission_mode = RESTRICTED.
Optional constraints (expires_at, budget, rate_limit).