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-Id for OpenAI-compatible chat
  • optional Idempotency-Key on mutating org-scoped requests

See Authentication for the details.

Public endpoint groups

Machine-readable spec

Platform behavior

  • Orlo enforces tenant isolation with X-Orlo-Org-Id plus 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.