api.wirebox.sh) require an API key passed in the standard HTTP Authorization header:
Obtaining an API Key
API keys can be generated from the Wirebox Console:- Go to Settings & Keys in the navigation sidebar.
- Click Create API Key.
- Choose a descriptive name (e.g.,
Production Agent Worker). - Copy the secret key immediately. For security, plaintext keys are only displayed once upon generation.
Key Scopes & Hierarchy
Wirebox supports two levels of API key scoping:Example: Testing Your Key
Run a quickGET /me check to verify your API key and retrieve your organization details:
cURL
Security Best Practices
- Rotation: If a key is accidentally leaked, revoke it immediately from the Console. Active keys are revoked in real time without downtime for other keys.
- Least Privilege: When deploying standalone agents or subagents, use agent-scoped keys to limit blast radius.