Skip to main content

Getting Started

No. Sign in at agent.creao.ai and start chatting immediately. Workspaces are an optional way to organize your agents and files as your usage grows.
Yes. Sign up for free and start using the super agent right away. All features are available on every plan — plans differ only in the number of credits (usage limits) included.
Anything you’d ask a technical teammate: generate a web app, analyze a dataset, draft a report, scrape a website, create charts, send emails, build PDFs, automate workflows, and more. The super agent runs code in a full Linux sandbox, so it can install packages, call APIs, and produce real files — not just text responses.

Agents

An agent is a reusable workflow built from a successful chat session. Instead of re-prompting the same task, you save it as an agent with structured input fields. Anyone on your team can run it with different inputs, and every run is tracked with version history.
After a successful chat session, click Create Agent in the chat toolbar. The super agent analyzes the conversation and extracts the workflow into a reusable agent with a structured input form, a skill definition, and version control.
Yes. Open any agent, go to the Schedule tab, and configure a recurring schedule — daily, weekly, monthly, or a custom cron expression. Scheduled runs execute autonomously and consume credits like manual runs.

Skills and Connectors

Skills are instruction packages that teach the super agent how to perform a task (like a recipe). Connectors give the super agent access to external services via MCP (Model Context Protocol) — Gmail, Slack, Google Sheets, GitHub, and more. Skills define behavior; connectors provide integrations.
Yes, three ways: install from a public GitHub repo URL, upload a ZIP file containing a SKILL.md, or ask the super agent to create one directly in chat. Custom skills use a simple markdown format with YAML frontmatter.
CREAO supports 24 connectors including Gmail, Google Calendar, Google Sheets, Google Docs, Google Drive, Google Tasks, Google Ads, Google Analytics, Google Search Console, Outlook, Microsoft Teams, Asana, Linear, Notion, Slack, Discord, Facebook Ads, Reddit, YouTube, GitHub, Semrush, Perplexity, Pipedream, and Firecrawl. More are added regularly — check the Skills and Connectors page for the latest list.

Sandbox and Environment

Your sandbox stays active for the duration of the conversation. Installed packages, created files, and running processes persist between messages. After 30 minutes of inactivity, the sandbox pauses automatically — everything is saved and resumes in about one second.
Yes. Every chat thread gets its own sandbox. Work done in one thread never affects another. Agent runs also get isolated sandboxes, created from the agent’s saved environment snapshot.
Yes. Add your API keys as Secrets from the Secrets page. They’re encrypted at rest and injected into the sandbox as environment variables (process.env.YOUR_KEY). The super agent can use them in code execution.

Memory and Context

Yes. Memory is cross-thread — when the super agent learns a preference, fact, or decision, it saves it and recalls it in future conversations. You can view, search, and delete memories from the Memory page.
Memory persists across all conversations indefinitely — use it for durable facts like preferences and decisions. Thread notes are scoped to a single conversation and help the super agent maintain context during long sessions.

Pricing and Limits

CREAO offers four plans. All features are available on every plan — plans differ only in usage limits (credits) and support level.
PlanPrice (monthly)Price (annual)Monthly creditsDaily bonusSupport
Free$0$030 one-time5 / dayCommunity
Pro$20/mo$16/mo200 / month5 / dayCommunity
Pro Plus$50/mo$40/mo600 / month5 / dayPriority
Max$150/mo$120/mo2,000 / month5 / dayDedicated
The Free plan requires no credit card. All paid plans include the full AI super agent with memory, code execution, web search, custom agents, scheduled runs, all connectors, and built-in, custom, and open-source skills.
No. All features are available on every plan, including the free tier. Plans differ only in the number of credits included and the support level. Credits are consumed by chat messages, agent runs, and scheduled executions.
Yes. You can purchase credit packs at $0.15 per credit from the pricing page, on top of your plan’s monthly allocation.
CREAO supports multiple models including Claude (Opus, Sonnet, Haiku), Gemini, and GPT variants. You can select your preferred model from the model selector in the chat interface.

Files and Data

HTML pages, PDFs, SVGs, spreadsheets (XLSX, CSV), images, code files, documents, and more. Generated files appear in the artifact preview panel during chat and are saved to your Files page automatically.
Yes. Drag and drop files into the chat input or click the attachment icon. Supported types include images (PNG, JPG, GIF, WebP), documents (PDF, TXT, CSV), and code files (HTML, CSS, JS, Python, etc.).