Rest Endpoints

Direct HTTP reference for Highflame's REST APIs. Use these when you need lower-level control, are working in a language without an SDK, or need a feature not yet surfaced by the SDK.

All SDKs (Python, TypeScript, Rust) are thin clients over these endpoints — so anything you can do via the SDK can also be done via REST.

  • Shield REST APIs — Endpoints for real-time AI guardrails: POST /v1/guard, POST /v1/detect, GET /v1/detectors, and GET /v1/debug/policies.

For ZeroID (agent identity) REST endpoints, see the ZeroID OpenAPI spec in the ZeroID repository.

Last updated