Hand the job to AI agents.
Once, or every day.
Say what you need in plain words. AI agents research, write, build websites, make videos and run code on their own cloud computer, then send the results to Telegram, WhatsApp or Slack — right away, or on a schedule.
No card, no install. Working in 60 seconds, and the free tier repeats one job a day. Founders, small businesses, creators, influencers and developers hand it jobs like these.
Build a clean one-page landing page for : a headline, three benefits and a contact form. Put it online on a public link and send me the link.
- You get
- A one-page site for your business or idea, online at its own address.
- It arrives
- As a live link, the moment it is upPro
Make a short video of for a social post and save it to my files.
- You get
- A generated clip for your product or post.
- It arrives
- As a video file in your FilesPro
Research online and write a report to report.md: the answer, the key facts and the sources. Then give me the short version here.
- You get
- A sourced answer to your question, written to a file you keep.
- It arrives
- As report.md in your Files, with the short version in the chat
Set up this machine for development, create a small example web app and run it. Show me it works and what to try next.
- You get
- Your stack installed and an example app running, with a full shell, sudo and Docker.
- It arrives
- On your own cloud machine, ready to code
Find what is new about since yesterday and write me a brief: the three things that actually matter, one line each, with links. Skip anything I would already know.
- You get
- What changed in your niche since yesterday: three lines, with links.
- It arrives
- In Telegram, WhatsApp or Slack, every weekday morning
Check and . Compare them against what you found last time and tell me only what changed — prices, plans, wording. If nothing changed, say so in one line.
- You get
- Only what changed on their pricing pages, or one line saying nothing did.
- It arrives
- In Telegram, WhatsApp or Slack, every Monday
Go through and write me a short report on what changed this week and what matters. If nothing changed, say so in one line.
- You get
- The week summed up from the links and files you give it.
- It arrives
- In Telegram, WhatsApp or Slack, every Friday
Write five post ideas with ready-to-paste captions for , based on what people are talking about this week. Match this tone: .
- You get
- Five post ideas for the week ahead, with captions ready to paste.
- It arrives
- In Telegram, WhatsApp or Slack, every Monday
Built on the open-source Octomind runtime (Apache 2.0), which solved 24 of 25 real-PR benchmark tasks ahead of Claude Code, with transparent per-token prices on every model.
On the free tier today: one Tiny machine, a 5-model roster and $1 of usage every 7 days. It sleeps after 5 minutes idle, so it costs nothing while you're away.
Say it once. Keep getting it.
- now
Say what you need
In the panel or straight from Telegram, WhatsApp or Slack, in plain words. An agent starts on its own cloud computer — it browses, runs code and writes the files.
- next
Like it? Make it a routine
One click after the first answer. Choose when it runs — every morning, every Monday — and it keeps doing the job without you.
- daily
Get it where you are
Results land in Telegram, Slack or WhatsApp — only when something changed. Pause it or run it again from the chat.
Prefer your own hardware? The hub and the CLI work without a machine: octomind login and you're running locally with the same models.
It's already in your chats.
DM your machine like a colleague. Paste a screenshot at your desk, send a voice note from your phone at lunch — one machine, one session, whichever door you use.
- 09:14panelbuild-error.png 284 KB
why is this failing?
Port 3000 was already taken — that's the EADDRINUSE in your trace, not a code error. Freed it, and the build is green.
- 12:40whatsapp0:09
“Add a dark-mode toggle to settings” — pushed to feat/dark-mode, tests pass.
0:12 - 18:02panel
Open the tab again and all of it is still there — both of those turns, the branch and the files.
Attach or paste an image and the agent looks at it. If the model you picked can't see, the attach button tells you before you send — it never answers as though the image were never there. Hold the mic in the panel and your words land in the box as text you can still edit.
Images are on every plan, at no extra cost. Voice is on paid plans, metered like everything else here: $0.010 a minute to listen, $0.025 a minute to speak. Spoken replies stay off until you turn them on.
Pick who does the work
Every one runs on its own machine, with the web, a shell and your files — and any finished task becomes a routine that reruns on schedule, in one click. Not sure which? Assistant is the default and routes for you.
- Researcher Digs through the web and answers with sources you can check
- Blog Post Writer Researches the topic and writes the post, ready to publish
- Social Post Writer Turns one idea into posts that fit each platform
- Idea Validator Sizes the market and tells you honestly if it is worth it
- Email Marketer Writes the sequence and the copy that lands in inboxes
- SEO Auditor Crawls your site and ranks what to fix first
- Data Analyst Reads your spreadsheet and tells you what it actually says
- Developer Writes, runs and debugs real code on its own machine
- Product Manager Turns a fuzzy idea into a spec the team can build
- Meeting Notes Turns a transcript into decisions and who owes what
- Translator Translates for meaning and the local reader, not word for word
- Inbox Triage Sorts the pile and drafts the replies — you press send
What you stop putting up with
- "Here's how you could do it…" It has a shell, a browser and a filesystem, so it does the steps and hands you the finished file.
- Every chat starts from zero Same machine every time. Your files, your installs and each routine's notes from its last run are already there tomorrow.
- The same weekly task, done by you, again Any finished task saves as a routine in one click — it reruns on schedule and only reports when something changed.
- Close the tab and the work dies It keeps going without you. You get a notification, and the full session replays on any device.
- Retyping an error you're looking at Paste the screenshot, or say it out loud. It reads the picture and hears the voice note — you stop transcribing for a machine.
- Setting an agent up eats an afternoon An email code, and it's running. Nothing to install, no API keys to collect, no config to write.
Built for developers too
A real Linux machine with sudo and Docker, live URLs for your apps on Pro, and everything
the panel does as a REST API — one developer key (om_…, created on the Keys
page) covers machines, sessions, files and usage. The contract is public at GET /api/v1/openapi.
The agents are open source (Apache 2.0) — the same ones run on your own machine with the CLI. The API is on every plan, free included.
$ curl -X POST https://api.octomind.run/api/v1/machines \
-H "Authorization: Bearer om_…" \
-d '{"name":"ci","image":"base","size":"small"}'
# hand the agent a job — answers stream back
$ curl -X POST …/api/v1/machines/:id/sessions \
-H "Authorization: Bearer om_…" \
-d '{"message":"run the tests, fix what fails"}'
Billing you can reason about
One balance, in dollars. It pays for the AI's work at provider cost plus 5%, the computer's time while it runs, your storage and anything it generates — Pro's $50 a month is $50 of usage.
Your code, your box, your data
Sandboxed per account
Every machine is its own container with its own filesystem and mount — no shared state between accounts, ever.
Keys shown once
API keys are sha256-stored, the plaintext shown a single time. Revoke is instant, from the panel.
Your files leave with you
Everything on the machine is downloadable from the Files tab whenever you want — no export tickets, no waiting.
Cancel without a cliff
Nothing is deleted for 30 days after you cancel. Resubscribe and everything is exactly as you left it.
Bring a friend — you both win. They start with +1 GB of storage; you earn permanent storage for every friend who uses it, and matching credit bonuses when they subscribe.
Invite a friendQuestions, answered straight
Do I need to be a developer?
No. The panel opens on Chat: you type what you want in plain language and the agent does it on its machine — browsing, writing files, running whatever it needs to. You never see a terminal unless you go looking for one. Everything it makes lands in Files, downloadable in a click.
Do I need an invite?
No. Invites are gone — machines are open to every account, free tier included. Sign up, create a machine, and it is running in under a minute. The model hub, the panel, and the CLI are open too: install it and run `octomind login`.
What exactly is a Machine?
A container that belongs to you, with octomind preinstalled, sudo and Docker. You choose the size (CPU/RAM), and on Pro you can bring your own image. It runs your sessions, keeps your files, and suspends itself when idle so it costs almost nothing while you sleep.
What does it cost when I am not using it?
Idle machines bill memory only — $0.012 per GB-hour, about 2.4 cents an hour on Small — and after a few minutes of inactivity (5 min on Free, 15 on Pro — configurable) they suspend automatically; from then on you pay storage only. There is never a surprise: one live usage allowance is always visible in the panel.
What do credits actually pay for?
Everything the agent uses, from one balance in dollars: the AI model’s work (what the provider charges us plus 5%), the machine’s time while it runs, storage, and any images, video or voice it produces. Your plan includes usage worth its price — Pro’s $50 a month is $50 of usage — and prepaid credits pick up after that, at the same prices.
Can it see images, and can I talk to it?
Both. Drag, paste or attach an image in the composer and the agent looks at it — on any plan, at no extra cost, as long as the model you picked has vision (the attach button tells you before you send if it does not). Voice is on paid plans: hold the mic and your words arrive as text you can edit, and from Telegram or WhatsApp you can send a voice note and get the answer back as one. Listening costs $0.010 a minute, speaking $0.025, on top of the model — and spoken replies stay off until you switch them on in Settings.
Do I need API keys for the models?
No. Models come through the built-in gateway: log in once and every machine can use them. The free tier carries a curated roster; a paid plan opens the whole catalog — Claude, GPT, GLM, Qwen. Everything is billed the same way: what the provider charges us plus 5%, from your allowance and then from credits.
What happens to my work if the machine suspends or I cancel?
Sessions and your shared directory are durable — suspend never touches them, and every session replays in full when you come back. If you cancel Pro, nothing is deleted for 30 days — resubscribe within the grace period and everything is exactly as you left it. Your files are downloadable from the Files tab whenever you want them.
Can I use my own Docker image?
Yes, on Pro: build any image FROM our base (that guarantees octomind and the mount contract), push it to a public registry, and point the panel at it. We pull and verify — you get your exact toolchain.
Can I drive it from code — CI, cron, my own product?
Yes, on every plan. Everything the panel does is a REST API: create a machine, POST a prompt at an agent session, poll or stream the result, delete the machine. It uses its own developer keys (om_…), separate from model gateway keys — create one on the Keys page; the full reference lives on the panel Docs page.
Is there a real terminal or only the chat?
Both, always. The panel is a plain conversation first; open Advanced at the foot of the sidebar for a full web terminal into the same container, machines, workflows and the config editor. Nothing is locked behind it — shells are per-connection, but your files and sessions always persist.
Sixty seconds to a working agent.
Email code in, machine up, agent thinking. If it's not for you, nothing to uninstall.
Open the panel