Website and control plane
Sign in to the Ageneral web app with your account. APIs on the main app host use session cookies or Bearer JWTs issued by Ageneral auth flows such as the VS Code extension OAuth. See product UI for creating projects and keys.Models
Inference is served athttps://models.ageneral.ai. Requests require:
| Credential | Typical use |
|---|---|
Virtual key sk-bf-… | Scripts, CI, IDE extension, tools |
| Node service JWT | Private nodes calling the Models host |
sk-… keys that are not Ageneral virtual keys are rejected with 401.
Related
- Models — see API reference tab
- Private nodes
- Usage and billing