What is a super agent?+
A super agent is a general-purpose AI agent with a bias for action. Traditional AI chatbots answer questions. A super agent executes real tasks: in a dedicated computing environment, through connectors and APIs, with context that carries across every conversation. It can run scheduled workflows without anyone prompting it. The term describes an AI system that participates in operations, not just conversations. The CREAO Super Agent takes the core idea further. Users save successful conversations as reusable agents, run them on a schedule, organize them into workspaces, and share them across a team. A super agent is the foundation of what it means to run an AI-First business.
What is the CREAO Super Agent?+
The CREAO Super Agent is a platform built for people with real work to get done. Every request executes in its own fully isolated sandbox. The Super Agent can install tools, run code, write files, and produce real deliverables whether the task is a one-off research request or a production workflow. Behind the scenes, it orchestrates across multiple AI models. Fast models for routine work, capable models for complex reasoning. Users get the right intelligence for the job without choosing a model themselves. The Super Agent connects directly to business tools, remembers context across sessions, turns successful conversations into reusable agents, runs them on a schedule, and organizes everything into workspaces. Chat. Create. Run it all.
How is the CREAO Super Agent different from ChatGPT?+
ChatGPT is a conversation tool. The CREAO Super Agent is an operational partner. Most AI chat tools route requests through a shared conversation service. Optimized for fast responses, limited in what the agent can actually do on your behalf. The CREAO Super Agent runs every request in its own dedicated computing environment. It installs tools, runs code, persists state across the full session, and produces real deliverables: reports, files, interactive artifacts. It runs on a schedule without needing you present. It remembers what you teach it across every future conversation. It connects directly to your business tools. And it lets you save any successful conversation as a reusable agent your team can run. That's the difference between asking an AI for help and having an AI that does the work.
What are skills in CREAO?+
Skills are modular instruction packages that teach the Super Agent how to perform specific tasks, and one of the most powerful ways users extend what it can do. CREAO ships a library of built-in skills covering web search, image generation, PDF creation, data analysis, and document processing. Beyond that, users can install custom skills from any public GitHub repo containing a SKILL.md file, upload them as a ZIP, or create them directly in conversation by describing what the skill should do. Skills are scoped per workspace, so the Super Agent's capabilities can be tailored to each project, team, or client. Because skills work alongside connectors, memory, and scheduled runs, a single custom skill can become a reusable agent the whole team runs on demand. One person's expertise becomes the team's permanent capability.
Does the Super Agent have a memory system?+
Yes. The Super Agent has a real cross-session memory system built for operational AI. It captures durable facts proactively as users share them (preferences, project context, decisions, working style) without requiring explicit save commands. It also extracts memories from past conversations that were never explicitly saved, so context carries forward even when users forgot to flag it. The system deduplicates aggressively to keep the memory store clean as it grows, and recalls the most relevant memories for the current conversation, not just the most recent ones. Users can view, edit, and delete what the agent remembers through a dedicated memory interface. Context becomes a managed asset, not an opaque black box. Over time, the Super Agent becomes fluent in the specific way a business operates, compounding in value with every interaction.
Does it have memory?+
Yes. Cross-session memory that captures, deduplicates, and recalls context.
Can the Super Agent run on a schedule?+
Yes, and this is where the Super Agent moves from on-demand AI to always-on operations. Any reusable agent can run on a recurring cadence without anyone needing to be present. Schedules support daily, weekly, monthly, and custom cron expressions, so workflows match any operational rhythm. Each scheduled run executes in a dedicated computing environment, delivers results, and creates a session entry capturing inputs, outputs, timing, and status so users can review exactly what happened. Schedules can be paused, modified, or deleted from the agent detail page at any time. This changes what the Super Agent actually is. A report that generates every Monday morning before anyone arrives. A data pull that fires nightly and flags anomalies. A content draft that lands in an inbox on a weekly cadence, all running while users focus on the decisions that require judgment. The gap between ""I should check on that"" and ""that has already been checked"" is the gap between using AI and operating with it.
How are credentials handled?+
Credentials and API keys are stored through a dedicated secret management system designed to keep sensitive values secure while still letting the Super Agent use them in authenticated workflows. Secrets are encrypted at rest and injected into the Super Agent's isolated sandbox as environment variables at runtime. After creation, a secret's value is never displayed in plain text anywhere in the UI. It appears masked, and only the name is visible. Each secret is scoped per user, isolated per session, and referenced by name rather than by value. The Super Agent authenticates against external services on the user's behalf, so credentials never appear in chat messages, logs, or any client-side interface. That's what allows the Super Agent to participate in the workflows that matter most (customer data, payment systems, production APIs, internal databases) without exposing the keys that unlock them.