Documentation Index
Fetch the complete documentation index at: https://kb.aampe.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Composer API uses API key authentication. Every request must include your API key in theX-API-KEY header.
Getting Your API Key
- In the Aampe dashboard, navigate to System setup → Integrations → API Keys
- Click + Create new
- Copy the generated key immediately — it will not be shown again
Using the Key
Pass the key in theX-API-KEY request header on every call:
401 Unauthorized response.
Best Practices
- Store keys in environment variables or a secrets manager — never hard-code them in source files
- Use a separate key for each environment (production, staging, local development)
- Rotate keys immediately if you suspect compromise
- Contact support@aampe.com to revoke or regenerate a key