Platform API
The control plane — workspaces, memories, credentials, spaces, usage and audit.
The Platform API manages your account: workspaces, memories, credentials, spaces, threads, webhooks, usage and audit.
Anything that reads or writes knowledge lives in the Memory API instead. If you are ingesting a document or running a search, that is the surface you want.
curl https://api.uni-flow.ai/api/v1/workspaces \
-H "x-api-key: $CHORDIAN_API_KEY"Start here
Getting started
Your first authenticated request, and what to check when it fails.
Authentication
Key types, scoping, rotation and revocation.
Conventions
Identifiers, pagination, idempotency and timestamps.
Errors
Status codes, error shape and how to handle each.
Reference
Generated from the OpenAPI specification, with a live playground on every endpoint.
Workspaces
Create, list and activate workspaces.
Memories
Provision and manage memory boxes.
API keys
Mint, rotate and revoke credentials.
Spaces
Scoped containers for projects and integrations.
Threads
Persistent question-and-answer threads.
Webhooks
Outbound event delivery.
Usage
Credit balance and model token usage.
Audit
The immutable record of privileged actions.
Machine-readable
The specification is served directly:
curl https://docs.uni-flow.ai/openapi/platform.yaml