An API key is your credential for calling the Anyone API. Each API key has its own usage tracking, and you can create different API keys for different projects.Documentation Index
Fetch the complete documentation index at: https://docs.anyone.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create an API key
- Log in to the anyone.ai dashboard
- Click API keys in the left menu
- Click Create API key
- Enter a name (to identify its purpose, e.g., “personal project” or “work project”)
- Optional: set a quota limit and expiration time
- Click Submit and copy the generated token
Use an API key
Include your API key in theAuthorization header of your API requests:
View usage
Click on a specific API key in the dashboard to see:- Credits consumed
- Remaining quota
- Request history
Security tips
- Don’t put API keys in frontend code — API keys should only be used on the backend
- Use different API keys for different projects — easier to track usage; if one leaks, only that project is affected
- Rotate regularly — create new API keys to replace old ones; delete old API keys anytime
- Delete immediately if leaked — click the delete button next to the API key in the dashboard

