Hosts and credentials
| Host | Purpose | Typical credential |
|---|---|---|
https://ageneral.ai | Console-backed APIs: projects, members, keys, agents | Bearer token from sign-in |
https://models.ageneral.ai | OpenAI-compatible Models inference | Virtual key sk-bf-…, or infrastructure-issued token where documented |
Authorization: Bearer <token> unless a route specifies otherwise.
Console and scripts
- Sign in at
https://ageneral.aito manage projects, members, keys, and agents. - For standalone scripts and servers calling
https://models.ageneral.ai, create a virtual key and pass it inAuthorization. - Browser sign-in does not replace Bearer tokens for automated Models calls.
Models host details
https://models.ageneral.ai accepts:
| Credential | Use |
|---|---|
Virtual key — prefix sk-bf-… | Applications, automation, and integrations you configure |
| Infrastructure credentials | Traffic from Ageneral-hosted agents; not user-created keys |
sk-… shapes return 401 Unauthorized.
Next steps
- Models — endpoints and identifiers
- Quickstart — first Models request
- Agents — how agents access Models
- Usage and billing — credits and wallet behavior
- API reference tab — Models, Projects, Agents
