Help

Tutorials

Step-by-step guides to run your first chat, task, and API integration.

Quickstart

5 min

Create an API key, send a prompt, and read the response in under five minutes.

  1. Sign in and open API Keys to create a key (or use chat without an API key for browser sessions).
  2. Open Chat and describe an outcome — or go to Tasks → New for a full parallel run.
  3. Watch streaming replies in chat, or the live DAG on /tasks/execute for pipeline mode.
  4. Optional: call the REST API with the X-API-Key header — see Documentation for request shapes.

Open related page →

Web app tour

8 min

Navigate chat, tasks, assistants, and memory from the workspace shell.

  1. Chat — streaming replies, attachments, web search, pipeline toggle, and assistants.
  2. Tasks — create runs, review plan questions, and follow WebSocket progress.
  3. Assistants — save templates and fill intake forms before send.
  4. Memory — upload documents for RAG; browse working memory and knowledge.
  5. Integrations & Settings — connect n8n/Canva/Docs/Notion and configure models.

Open related page →

Code examples

10 min

Python, JavaScript, and cURL samples for tasks, RAG, and WebSockets.

  1. Open Documentation → Code examples for Python, JavaScript, and cURL snippets.
  2. Authenticate with X-API-Key on REST calls and WebSocket connections.
  3. Create a task, poll status or subscribe to events, then read the aggregated result.
  4. Upload files to the knowledge base, then run a task that retrieves chunks.

Open related page →

Parallel orchestration

12 min

Understand decompose → parallel agents → aggregate → supervise.

  1. Master Agent scopes the request and decides how to decompose work.
  2. Decomposer splits into independent subtasks for concurrent agents.
  3. Parallel agents run with your configured providers and RAG context.
  4. Aggregator merges outputs; Supervisor validates before the final deliverable.
  5. See Platform → Agent Factory for the visual pipeline.

Open related page →

Troubleshooting

6 min

Common errors, auth issues, and rate limits.

  1. 401 / auth errors — confirm your session or X-API-Key is active in API Keys.
  2. 429 rate limits — wait and retry, or upgrade plan / reduce parallelism.
  3. Empty RAG answers — re-upload files on Memory and wait for embedding to finish.
  4. Pipeline stalls — check the live DAG for a blocked human-in-the-loop step.
  5. Still stuck — see the FAQ, HTTP status reference, or Contact support.

Open related page →

Prefer a deep dive? Read the documentation or ask on contact.