Getting Started
Quickstart
Sign in, open a session, describe the outcome, approve the plan, and Ultron ships. Five steps, one screen, sixty seconds to your first skill run.
Updated today
Before you start
At a glance
- Time
- About 60 seconds
- Requirements
- An Ultron account
- Cost
- Free tier covers the first 50 skill runs each month
- Browser
- Any modern browser (Chrome, Safari, Firefox, Edge)
- What you ship
- One real skill run with a canvas output
Run your first skill
Five steps. None of them require code.
- 01Sign in to UltronVisit
app.ultron.comand sign in with Google or email. New accounts are provisioned with a workspace, a sandbox slot, and a starter credit balance. - 02Start a new sessionClick the new session button in the sidebar. A session is a single thread of conversation tied to one project. You can have many sessions open at once.
- 03Describe the outcome you wantType a request in plain language. You can also use a slash command to target a specific persona. Examples:
/cortex map the top 10 competitors in fintech KYC,/specter find 100 SaaS founders raising Series A,draft a contract for our standard MSA. - 04Review the planUltron picks the right skill, drafts a step-by-step plan, and surfaces it inline. Each step shows the tool it will use and any inputs it expects. You can edit the inputs before approving.
- 05Approve and watch it shipClick approve. The skill engine executes each step, streams its progress into the session canvas, and pauses for your sign off on anything that leaves the building. Final output is downloadable as PNG, PDF, or saved into your brain.
What happens under the hood
A simplified trace of what the system does between approve and ship.
trace.logtext
Note
Open the network tab while running your first skill to see this exact trace in your own session. The shape of the events is stable across skill types.
Next steps
Things to read once you have shipped your first run.
- Architecture for the full request path
- Turn lifecycle for the loop that runs your skill
- Skill catalog to browse what you can ask for
- Resume and approvals for the human-in-the-loop protocol
- Techniques for prebuilt multi-skill workflows
Troubleshooting
Most failed first runs trace back to one of these three issues.
The session sits on booting for more than a minute
The sandbox host is not picking up the boot request. Refresh the page once. If it persists, the reconciler at
/api/cron/reconcile-jobs will release the slot within sixty seconds. Try again then.The skill stops at wait_for_approval
That is expected. The skill is asking for your sign off before it ships something outside your account (sending an email, posting to LinkedIn, charging a card). Click approve in the inline card or edit the proposed action first.
A tool returns a tool error
A provider is not connected for your user. Open settings, go to integrations, and link the provider the skill is asking for. Retry the same prompt and the tool will succeed.