CUGA LogoCUGA AGENT
Run

Demos

Try CUGA with sample apps — CRM, knowledge, skills, supervisor, and more.

Demos

Architecture: Demos start the full Clients + Orchestrator + Capability stack locally — Web UI, LangGraph backend, sample tools, and optional knowledge/skills/sandbox. See How CUGA works.

Every demo is a cuga start <preset> command. UI defaults to http://localhost:7860.

Core presets

PresetWhat you get
demoDefault chat demo
demo_knowledgeUpload documents and query them (RAG + citations)
demo_skillsAgent skills + sandbox (SKILL.md playbooks)
demo_crmCRM + email sample OpenAPI apps
demo_supervisorSame stack with CugaSupervisor (CRM + email delegation)
demo_healthHealthcare OpenAPI sample (cuga-oak-health)
demo_docsIBM Docs MCP sample
travel_agentMulti-agent travel sample
registryAPI registry only (no chat UI)
cuga start demo
cuga start demo_supervisor
cuga start demo_knowledge

Full flag list: CLI presets.


Sample apps behind the demos

These are reference implementations in the cuga-agent repo — not separate doc journeys.

AppUsed inNotes
CRM APIdemo_crm, demo_supervisorFastAPI CRM with accounts, leads, contacts
Email MCPdemo_crm, demo_supervisor--no-email skips it
Filesystem MCPoptional via --filesystemFile read/write tools
Digital Sales OpenAPIregistry examplesIllustrates OpenAPI in mcp_servers.yaml
IBM Docs MCPdemo_docsExternal documentation search

To wire your own APIs, skip the long demo walkthroughs — use Tools and cuga start manager.


Hybrid (API + browser)

Hybrid mode runs API tools and browser automation together. Enable in settings:

[advanced_features]
mode = "hybrid"

See Task modes. There is no separate hybrid demo page — use demo with hybrid mode on.


Next steps