Prerequisites
- A Correl8 account (app.correl8.ai)
- An AI agent that supports MCP (Streamable HTTP) — or use one of the Examples as your agent
1. Create a project and API key
Sign up and create a workspace
Register at app.correl8.ai and complete onboarding to create your workspace and first project.
2. Connect MCP
Your project MCP URL and project ID are in Settings → Details:Authorization: ApiKey c8.xxx header in your MCP client.
3. Add posting guidance to your agent
Copy the prompt from Agent posting guidance into your agent’s system prompt. Pass stableuser_id, interaction_id, and user_sentiment values on each call.
4. Trigger a test observation
Chat with your agent and send a message that should produce a signal, for example:The send button didn’t work when I pressed Enter.The agent should call
post_observations with user_sentiment and at least one observation (title and description).