Platform API
Your account control plane — workspaces, credentials, spaces, threads, webhooks, usage and audit.
The Platform API is your account control plane on https://api.chordian.ai —
workspaces, memories, credentials, spaces, threads, webhooks, usage and audit.
Global web / agent search lives in the Search API; knowledge ingest and memory retrieval live in the Memory API.
curl https://api.chordian.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 keys in the console; use x-api-key on every public call.
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.
Looking for search?
Company and people list building, deep research, agentic crawler, web & research and Chordian Deep Search now live in the dedicated Search API — global web / agent search, kept separate from the control plane and from memory retrieval.
Machine-readable
The specification is served directly:
curl https://docs.chordian.ai/openapi/platform.yaml