Platform API
Orlo Platform APIs are served from https://api.useorlo.com.
This section covers the application-facing API surface used to integrate with Orlo Platform.
Auth model
Authentication requirements vary by deployment. These docs describe the Orlo-specific parts of the contract:
- trusted org-scoped request context via
X-Orlo-Org-Id - trusted task context via
X-Orlo-Task-Idfor OpenAI-compatible chat - optional
Idempotency-Keyon mutating org-scoped requests
See Authentication for the details.
Public endpoint groups
- Health
- Tasks
- Datasets
- Evaluations
- Deployments
- Inference
- Feedback
- Documents and RAG
- Credentials
- Models
- Adapters
- Org Config
- Routing Policies
- Rubrics
- Monitoring
- Agent Governance
Machine-readable spec
Platform behavior
- Orlo enforces tenant isolation with
X-Orlo-Org-Idplus database row-level controls. - Orlo keeps the main inference and governance surfaces asynchronous where heavy background work is required, especially for evaluation and PDF ingestion.