Prerequisites
- A Correl8 workspace and project (app.correl8.ai — free plan is enough)
- A project API key — Settings → create/copy a key →
CORREL8_API_KEY CORREL8_PROJECT_IDfrom your project URL:/project/{project_id}/...- An
OPENAI_API_KEY
.env.example. Copy it to .env before running. The same values work across examples.
Quick starts (CLI)
| Example | Integration | Start here |
|---|---|---|
| basic-agent | REST custom tool | Yes |
| langchain-agent-observations | LangChain + MCP | |
| openai-agents-sdk | OpenAI Agents SDK + MCP | |
| pydantic-ai-agent | Pydantic AI + MCP |
Full demo app
| Example | Description |
|---|---|
| movie-recommendation | Browser chat app → agent → post_observations → Correl8 |