Quickstart
5 min
Create an API key, send a prompt, and read the response in under five minutes.
Web app tour
8 min
Navigate chat, tasks, assistants, and memory from the workspace shell.
Code examples
10 min
Python, JavaScript, and cURL samples for tasks, RAG, and WebSockets.
Parallel orchestration
12 min
Understand decompose → parallel agents → aggregate → supervise.
Troubleshooting
6 min
Common errors, auth issues, and rate limits.
Quickstart
5 minCreate an API key, send a prompt, and read the response in under five minutes.
- Sign in and open API Keys to create a key (or use chat without an API key for browser sessions).
- Open Chat and describe an outcome — or go to Tasks → New for a full parallel run.
- Watch streaming replies in chat, or the live DAG on /tasks/execute for pipeline mode.
- Optional: call the REST API with the X-API-Key header — see Documentation for request shapes.
Web app tour
8 minNavigate chat, tasks, assistants, and memory from the workspace shell.
- Chat — streaming replies, attachments, web search, pipeline toggle, and assistants.
- Tasks — create runs, review plan questions, and follow WebSocket progress.
- Assistants — save templates and fill intake forms before send.
- Memory — upload documents for RAG; browse working memory and knowledge.
- Integrations & Settings — connect n8n/Canva/Docs/Notion and configure models.
Code examples
10 minPython, JavaScript, and cURL samples for tasks, RAG, and WebSockets.
- Open Documentation → Code examples for Python, JavaScript, and cURL snippets.
- Authenticate with X-API-Key on REST calls and WebSocket connections.
- Create a task, poll status or subscribe to events, then read the aggregated result.
- Upload files to the knowledge base, then run a task that retrieves chunks.
Parallel orchestration
12 minUnderstand decompose → parallel agents → aggregate → supervise.
- Master Agent scopes the request and decides how to decompose work.
- Decomposer splits into independent subtasks for concurrent agents.
- Parallel agents run with your configured providers and RAG context.
- Aggregator merges outputs; Supervisor validates before the final deliverable.
- See Platform → Agent Factory for the visual pipeline.
Troubleshooting
6 minCommon errors, auth issues, and rate limits.
- 401 / auth errors — confirm your session or X-API-Key is active in API Keys.
- 429 rate limits — wait and retry, or upgrade plan / reduce parallelism.
- Empty RAG answers — re-upload files on Memory and wait for embedding to finish.
- Pipeline stalls — check the live DAG for a blocked human-in-the-loop step.
- Still stuck — see the FAQ, HTTP status reference, or Contact support.
Prefer a deep dive? Read the documentation or ask on contact.