Your first skill in five steps
Describe your skill
Open the Operator console and tell the manager what you want. Include what the skill should do and, if it is not obvious, how you will measure success.The manager asks one or two clarifying questions if needed, then creates the instance, writes the skill (a
- Alert triage
- Lead scoring
- Resume screening
SKILL.md plus any scripts or references it needs), and installs it. It walks you through what it built and what comes next. Skills follow the open Agent Skills format.Add secrets
Each instance is its own computer, but it needs credentials to access external services. If the skill needs API keys, open Environment and add them. Any API key you store here and grant to the instance becomes available to the agent.
Each secret can be global (available to every instance) or instance specific (granted only where needed).Return to chat after saving:
| Service | Secret |
|---|---|
| GitHub | GITHUB_TOKEN |
| Salesforce | SALESFORCE_TOKEN |
| Email (Resend) | RESEND_API_KEY |
| Database | DATABASE_URL |
| PagerDuty | PAGERDUTY_API_KEY |
| Any API | Whatever key that service requires |
Connect a channel (optional)
If the agent should reach you directly in Telegram or Discord, open the instance page and connect a channel.
- Telegram
- Discord
Needs a bot token from @BotFather and your numeric Telegram user ID.
Watch the test round
The manager walks you through testing. It explains what variants it wants to create, spins them up, sends test inputs, and reports results.You will see a comparison table:From here you can:
Next docs
Skills
The build, test, improve lifecycle in detail.
Instances
Variant instances, production agents, and statuses.
Environment
Secret storage and access control.
API
Drive everything programmatically.