Skip to main content
The REST API is available if you need a custom integration that cannot use MCP. If you are building an AI agent, start with MCP instead. The public REST endpoint is:
POST /v1/project/{project_id}/observations/
Request body: { "user_id": "…", "interaction_id": "…", "observations": [ … ] } — one user and thread per call, one or more observation objects (max 50).

Documentation

Post observations

Narrative guide with curl examples and processing behavior.

API reference

Schemas, auth, and auto-generated endpoint docs.