How do I get started?
Create an API key in API Keys, then use Chat to run your first task. Configure LLM providers (OpenAI, Gemini, Claude, etc.) in Settings.
Which LLM providers are supported?
OpenAI, Google (Gemini), Anthropic (Claude), Groq, DeepSeek, and Cohere. Add your API keys in Settings; they are used when running parallel agents.
What is RAG?
Retrieval-augmented generation: upload files (PDF, TXT, MD, DOCX) on the Memory page. They are chunked, embedded, and stored in a vector DB. Agents use them as context when running tasks.
How does parallel execution work?
Tasks are split into subtasks by the Decomposer, run by multiple agents in parallel, then merged by the Aggregator and validated by the Supervisor. See Agent Factory for the full pipeline.
I get authentication errors. What should I do?
Use the X-API-Key header with a valid key from the API Keys page. Ensure the key is active. In the app, sign in and set the key in Settings if required.
Where do I see usage and billing?
Go to Billing for usage charts, token consumption, and plan details. Invoices are sent to your account email.
How do I use the API from code?
See Documentation for quick start, request shapes, and Python, JavaScript, and cURL examples. Use the interactive API reference to try endpoints in the browser.
Can I get real-time task updates?
Yes. Connect via WebSocket and subscribe to task events. Documentation covers the WebSocket URL, auth, and event types.
What if my task fails or times out?
Check the task detail page for status and errors. See Documentation → Troubleshooting or contact support if the issue persists.
Who do I contact for support?
Use the Support page or email pi.masternode@gmail.com. In-app support chat is available when signed in.
How do I delete my account?
Open Settings → Account. Soft delete blocks access immediately and purges data after 30 days. Permanent delete removes workspace data immediately and cannot be undone. You must type your account email and DELETE to confirm. Limited records may be retained longer where required by law.