mintbot docs¶
Tutorials, guides, and technical documentation for mintbot.ai — the product itself lives there; this site is just the docs.
Topics¶
- Getting started — pick a plan, pay, and your agent deploys itself in minutes. No setup required — a screenshot-led walkthrough from checkout to your first chat.
- Best use cases — when to use which LLM provider, and how to plug in a ChatGPT or Anthropic subscription through the bundled coding-agent CLI for the cheapest LLM-per-dollar.
- How mintbot handles files — why every upload lives on your own VPS forever, and how the LLM gets a format-shifted copy on demand.
- MintOffice — Brand Partner portal at
mint.mintbot.aiand its Brand Partner API. - BeeOffice — referral programme; earn 20 % of mintbot's lifetime profit from every client who signs up through your link.
- Meerkat ↗ — public status page at
meerkat.mintbot.aishowing the live health of every mintbot surface plus a 24-hour history strip.
Frequently asked questions¶
"Why would I want a mintbot agent if I already pay for ChatGPT or Claude?"¶
Short answer: mintbot doesn't replace your favourite LLM — it gives that LLM hands.
ChatGPT and Claude chat are brilliant brains in a tiny box. Ask anything, get an answer back, conversation ends. Files dropped into the chat eventually age out. The model can't open a terminal, schedule a cron job, or remember last quarter's research without you re-uploading it.
A mintbot agent fixes that. Under the hood it talks to the same models you already know — GPT-5 via your ChatGPT subscription, Claude Opus via your Anthropic subscription, or whichever model you point its BYOK at. But around the LLM, mintbot wraps a toolbelt:
- A personal VPS the model can actually drive — read/write files, run code, install packages, schedule cron jobs, keep long-lived browser sessions alive.
- Telegram-first messaging, so your agent is just another contact in your phone — available 24/7 from the same app you already live in.
- Persistent file archive — every photo, document, voice note or paste you send gets stored on your VPS forever, and an LLM-optimized version is handed to the model on demand. (How mintbot handles files explains why this is a bigger deal than it sounds.)
- Skills — composable mini-programs the agent learns over time, from "log this expense to my Google Sheet" to "scan my Polymarket positions every morning".
- Multi-channel reach — the same agent answers from Telegram, the web panel, custom phone numbers, white-label partner domains.
The combinations are where it gets interesting. ChatGPT can answer a question about a PDF you uploaded — once. A mintbot agent has that PDF forever, can re-process it next month with a different model, extract a table out of it and email the table to your accountant, then compare it to last quarter's version. Frontier-model intelligence × persistent tools = capabilities neither has alone.
Think of mintbot less as "an LLM chat product" and more as "your personal computer that happens to be staffed by a brilliant intern" — and the intern is whichever frontier model you point them at.
"What's the cheapest LLM credit I can buy?"¶
Short answer: you already have it. If you pay for a ChatGPT or Anthropic subscription, your mintbot agent can run on that quota through the bundled Codex or Claude Code CLI — no per-token billing, no top-ups.
The default mintbot proxy is convenient (works out of the box, no API key) but bills retail per token, which makes it the most expensive option long-term. ChatGPT Pro at $200 / month buys dramatically more model usage than $200 of raw API tokens — the break-even is usually well under 10 days of normal use, and every call after that is free at the margin. Anthropic Pro / Max works the same way through Claude Code.
The wiring takes about a minute from the web panel: open LLM providers, pick Codex or Claude Code, click Login, finish OAuth in a browser tab. Done.
Full breakdown and a step-by-step in Best use cases.
Found something wrong or missing?¶
These docs are written for the people who actually use the product, so gaps and stale spots get fixed fastest when you flag them. Just tell your mintbot agent what's confusing, wrong, or missing — they'll send the feedback our way and we'll update the page.