What does AGENTS.md / TOOLS.md / HEARTBEAT.md mean?+
AGENTS.md is the prompt + workflow for the agent. TOOLS.md describes the integrations it touches. HEARTBEAT.md is a rolling log it writes to. The three together are a complete operator's manual.
Can I edit the files?+
Yes, it's your installation. We hand off full documentation so you (or your team) can adjust workflows, prompts, and automations whenever your business changes.
Does the assistant require internet access?+
It runs on your own server and connects to the tools you approve. Your data stays on your infrastructure; nothing routes through us.
Is the assistant locked to one vendor?+
No. It's built on an open agent runtime, and your AI API keys go directly from your machine to Anthropic or OpenAI. You own the installation and can move it.
What models power the assistant?+
The main “brain” runs on a frontier model, typically something like Claude Opus 4.8 or GPT-5.5, for the hardest reasoning. Behind it, role-specific subagents run on highly capable but more economical models, so you get top-tier judgment where it matters without paying frontier rates for every task.
Do I pay for my own model usage?+
Yes. You bring your own AI keys, so usage is billed to you at cost with no markup. We recommend the right models for your workload and wire everything up through OpenRouter, which keeps the integration simple and lets you switch providers easily.
How much will model usage cost me per month?+
It depends on how much work you hand off and which models you choose, but because you pay providers directly through OpenRouter, you only ever pay at cost with no markup. We help you pick models that balance capability and price, and most clients find it's a fraction of what an assistant's salary would be.
Is my data secure, and who can see it?+
Your assistant runs on infrastructure you own, your VPS or Mac Mini, not a shared backend we operate. Conversations, files, and working memory stay on your server, and your AI keys go directly from your machine to the model provider. We don't route your data through us, and memory lives in plain files you can inspect, edit, export, or delete at any time.
Does it act on its own, or ask first?+
It handles routine work on its own, but checks with you before doing anything that matters, like sending an email, spending money, posting something, or making a big call. It only moves once you say yes, and you decide which actions need a thumbs-up first. Give it more freedom or keep it on a tighter leash whenever you want.
What are approval gates and why do I need them?+
Approval gates are checkpoints where the assistant stops and asks for your OK before taking actions that affect customers, money, or external systems. They let you get 80–90% of the time savings from automation while keeping final control over sensitive decisions. Learn more about [approval-gated AI agents](/approval-gated-ai-agents).