Calypso Agents

Agent harnessfor groundedanswers.

Create hosted RAG agents that search selected Buckets, follow scoped answer policy, and return source-backed responses with citations through an OpenAI-compatible interface.

Bucket memory Answer policy Citations

Agent live

calypso-rag-agent:support

Ready

Bucket memory

support-handbook release-notes

Answer policy

Search selected Buckets, answer concisely, and expose source evidence when citations are available.

Sample output

“Install the widget script, pass your team id, then verify the cited source references.”

3 grounded sources

API

callable

MCP

ready

n8n

usable

Runtime

Run a hosted RAG agent

Use a managed answer runtime that resolves policy, searches Buckets, and returns grounded responses.

Memory

Search approved Buckets only

Attach the exact source sets each agent is allowed to use, so retrieval stays scoped and repeatable.

Policy

Control answer behavior

Define retrieval effort, citation visibility, tone, and answer rules once, then reuse them.

Evidence

Return citations by default

Expose source-backed answers users can verify instead of asking them to trust a black-box response.

Agent profiles

One runtime, specialized behavior.

Give support, pricing, onboarding, and internal teams named agents with their own Bucket memory, answer policy, and evidence behavior.

support

calypso-rag-agent:support
support-handbookrelease-notes

Answer troubleshooting questions from approved support sources with citations.

pricing

calypso-rag-agent:pricing
pricingprocurement-faq

Explain plans, limits, packaging, and procurement rules from approved sources.

onboarding

calypso-rag-agent:onboarding
customer-onboardingimplementation-guides

Guide setup and implementation from curated onboarding knowledge.

API workflow

Call agents like a model, with memory attached.

Use an OpenAI-compatible request, choose a Calypso agent model id, and let the agent handle retrieval, policy, and source-backed output.

Responses API

Ask a named agent

cURL
# Ask a named Calypso RAG agent
curl https://api.calypso.so/v1/responses \
  -H "Authorization: Bearer sk_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "calypso-rag-agent:support",
    "input": "How do I connect the widget?",
    "store": false
  }'
01

Attach Buckets

Select the source memory this agent is allowed to search.

02

Set policy

Control retrieval effort, citation behavior, and answer rules.

03

Call the agent

Use the same model id from API, MCP, n8n, widget, or product UI.

04

Return evidence

Send grounded answers with sources, citations, and metadata.

Deploy everywhere

One agent id, every interface.

Configure the agent once, then reuse the same Bucket memory and citation behavior wherever users or automations ask questions.

Website widget
OpenAI-compatible API
MCP clients
n8n workflows
Product UI
Internal tools

Get started with Agents

Create the agent layer your product can trust.

Attach Buckets, set answer policy, and launch source-backed agents across your website, API, MCP clients, n8n workflows, and product experiences.