Skip to main content
Connect Correl8 as an MCP server. Add the system prompt snippet so your agent calls get_correl8_guidelines(user_id=…) once per conversation, then calls post_observations when the loaded rules apply. There is no tool to list observations back — review data in the app.

Authentication

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:
Request body: { "user_id": "…", "interaction_id": "…", "user_sentiment": "…", "observations": [ … ] } — one user, thread, and sentiment per call. See Advanced ingestion and the API reference.