Hosted
Start with calypso-rag-agent
Use the default hosted RAG agent as a production answer layer. It resolves its saved policy at runtime and searches the buckets you attach.
Calypso Agents search selected Buckets, answer with citations, and deploy through the same OpenAI-compatible interface your product, workflow, or website already knows how to call.
hosted
RAG runtime
scoped
bucket memory
cited
answers
Agent profile
memory
sample answer
“Install the widget script, pass your team id, then verify the source references in the response.”
API
compatible
MCP
ready
Hosted
Use the default hosted RAG agent as a production answer layer. It resolves its saved policy at runtime and searches the buckets you attach.
Profiled
Spin up profile-style agents such as support, pricing, onboarding, or legal with their own retrieval scope and answer behavior.
Grounded
Agents retrieve from bucket-backed knowledge and return source-backed answers users can inspect instead of trusting a black-box response.
Reusable
Use one configured agent across your website widget, playground, OpenAI-compatible API, MCP, n8n workflows, and product UI.
Agent profiles
Give support, pricing, onboarding, and internal teams their own named agent profiles. Each profile can search a curated bucket set and answer in the voice of that workflow.
calypso-rag-agent:supportAnswer customer troubleshooting questions with citations.
calypso-rag-agent:pricingExplain plans, limits, and packaging from approved sources.
calypso-rag-agent:onboardingGuide new users through setup steps and implementation details.
API workflow
# 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
}'Attach the source collections this agent should search.
Control retrieval, citation visibility, and answer behavior.
Call the agent from chat, API, MCP, n8n, or your own UI.
Return grounded answers, sources, and retrieval metadata.
Deploy everywhere
Configure the agent once, then reuse it wherever your users or automations ask questions. The same bucket memory and citation behavior follows the model id.
Get started with Agents
Create buckets, attach them to named agents, and launch grounded answers across your website, API, MCP clients, n8n workflows, and product experiences.