API
API authentication
Create scoped API keys and authenticate server-side requests.
Create a key
1
Open Developers
Only an Owner or Admin can manage organization API keys.
2
Choose scopes
Use read for retrieval, calls:trigger for outbound calls, and agents:write only when configuration changes are required.
3
Store once
Copy the new key into a secrets manager. The full value should not be shown again.
Request header
http
Authorization: Bearer avp_your_api_keyAPI keys are for trusted server environments. Never embed them in browser JavaScript, mobile bundles, public repositories, screenshots, or support messages.