Anyone is compatible with the OpenAI API format, so any tool or SDK that supports OpenAI works out of the box — just change the base URL and API key.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.
Get started
Sign up and get an API key
- Go to anyone.ai and create an account
- Log in and open the Dashboard
- Click API Keys → Create API Key
- Give your API key a name, then click Submit
- Copy the API key (it is only shown once)
A token is your credential for calling the API. We recommend using different tokens for different projects to track usage separately.
Send your first request
Call the API with your API key. Replace Example response:
YOUR_TOKEN with the API key you just copied.Common use cases
Use Claude models
Call Claude via OpenAI format, or use the native Claude Messages format.
View all models
Call
/v1/models to get the full list of available models.Top up
Learn about top-up methods and pricing.
Format conversion
Using the OpenAI SDK to call Claude/Gemini? Anyone converts formats automatically.

