Integrations

n8n

Connect Calypso RAG to n8n through the OpenAI-compatible base URL and a project API key so you can orchestrate grounded flows without rebuilding the agent policy.

What this integration is for

Use the n8n surface when you want automation without writing a full custom application.

The main value is simple:

  • keep the agent policy in Calypso RAG
  • call it from n8n using a standard OpenAI-style credential

Setup shape

The n8n flow centers on:

  • a Calypso base URL
  • a project API key
  • the default model ID calypso-rag-agent

Why this path is useful

It lets operations teams and integrators reuse the grounded agent inside broader automation without copying retrieval logic into the workflow tool.

Important limitation

The current n8n story is primarily centered on the default agent model. Named profiles are a clearer fit in Playground, Code, and linked-agent widget setups than they are in the current n8n onboarding surface.

Best practice

Validate the default agent in Playground first, then connect it to n8n. This keeps the automation layer focused on orchestration instead of policy debugging.