Skip to main content
Connect Correl8 as an MCP server. Your agent calls post_observations during conversations when your posting guidance triggers. The MCP server is write-only — no tools to read observations back. Review data in the app.

Authentication

Authorization: ApiKey c8.xxx
Create keys in Settings. Project ID and MCP URL are in Settings → Details.

Custom integration (REST API)

Use the REST API only if MCP is not an option:
POST /v1/project/{project_id}/observations/
Request body: { "user_id": "…", "interaction_id": "…", "user_sentiment": "…", "observations": [ … ] } — one user, thread, and sentiment per call. See Advanced ingestion and the API reference.