Skip to main content
Private nodes authenticate to models.ageneral.ai with a node service JWT in Authorization: Bearer <jwt> form. Ageneral verifies the token, runs billing, and uses your project’s model credentials for inference. Virtual keys in sk-bf-… form for direct API access follow a different path. Do not mix ad-hoc API keys that are not issued by Ageneral.

Configuration

Point your node runtime at:
https://models.ageneral.ai
Use the same OpenAI-compatible paths as in the Models API reference: /v1/chat/completions, /v1/responses, and /v1/models.

Security

Treat node identity as part of your workload security boundary. Rotate and scope access according to your project policy.