Get a key
- Sign in at agentled.co.
- Open the Account tab.
- Under API keys, create a key and give it a label.
- Copy the key — it starts with
agl_live_and is shown once. Store it somewhere safe.
Send it
Add anAuthorization header to every request:
401:
Keep keys secret
- Keys grant full access to your account’s brands and prompts — treat them like passwords.
- Use them server-side only. Never ship a key in a browser, mobile app, or public repo.
- Rotate by creating a new key and revoking the old one.
A key is tied to your account, not a single brand. It can read and manage
every brand your account belongs to, up to your plan’s limits.