How this differs from private nodes
| Private node | Public node | |
|---|---|---|
| Outbound internet | Through the platform | Direct |
| Secrets on the guest | References; values resolved by the platform | Values written for local use |
| Tradeoff | Stronger default isolation for untrusted workloads | Simpler outbound TLS; sensitive material may exist on disk |
Models API
Calls tohttps://models.ageneral.ai still use a node service JWT the same way as on a private node: Ageneral validates the token, runs billing, and uses your project’s model credentials for inference. Public provisioning does not turn off that path for Models.
Use the same OpenAI-compatible paths as in the Models API reference: /v1/chat/completions, /v1/responses, /v1/models.
Related
- OpenClaw — gateway and agents on the node
- Private nodes — platform-routed outbound and referenced secrets
- Nodes
- Authentication
