# Minicor ## Docs - [The job build loop](https://docs.minicor.com/agents/job-build-loop.md): The canonical way an agent works on a job: samples define done, then build until they pass. - [The Minicor MCP](https://docs.minicor.com/agents/mcp.md): Connect any coding agent to Minicor. Everything the dashboard does, your agent can do through MCP. - [Sessions](https://docs.minicor.com/agents/sessions.md): Long-running work and handoffs: how agents keep state across machines, restarts, and each other. - [Tools](https://docs.minicor.com/agents/tools.md): The MCP tool families in one page. - [Authentication](https://docs.minicor.com/api/authentication.md): One API key in the x-api-key header, for live calls, teaching, and the reserved paths. - [Calling jobs](https://docs.minicor.com/api/calling-jobs.md): The full HTTP contract for a job's trigger URL. - [The teach envelope](https://docs.minicor.com/api/teach.md): Add minicor.teach to any call and it becomes a lesson instead of a live run. - [How it runs](https://docs.minicor.com/how-it-runs.md): What happens between your API call and the desktop. - [What is Minicor?](https://docs.minicor.com/index.md): The interface between AI and legacy desktop applications: call them like any API. - [Exceptions and telemetry](https://docs.minicor.com/operations/exceptions-and-telemetry.md): How failures are categorized, where they surface, and how they reach your systems. - [Monitoring and reporting](https://docs.minicor.com/operations/monitoring-and-reporting.md): What operating live jobs looks like: agents watching traffic, and reports you can hand to your own customers. - [Deploy on your cloud](https://docs.minicor.com/operations/network-boundary.md): Deploy the jobs engine inside your own cloud, so sensitive data never leaves your project. - [Verification](https://docs.minicor.com/operations/verification.md): Screenshot checks, gates, and human review keep an automation from writing to the wrong place. - [Quickstart](https://docs.minicor.com/quickstart.md): Teach your first job: connect a desktop, send one real example, watch the builder work, and go live. - [Calling your job](https://docs.minicor.com/running/calling-your-job.md): One HTTP call to the trigger URL. JSON in, structured JSON out, sync or async. - [Configurations](https://docs.minicor.com/running/configurations.md): Key-value settings resolved into a job at run time. Credentials live here, not in the automation. - [Desktops](https://docs.minicor.com/running/desktops.md): Jobs run on Windows desktops with the Minicor Desktop Service installed. - [Executions and replays](https://docs.minicor.com/running/executions-and-replays.md): Every run of a job is an execution, and every execution is recorded. - [2FA / OTP](https://docs.minicor.com/running/two-factor.md): Virtual phones, emails, and authenticator secrets, so a login challenge never needs a person on call. - [Co-pilot](https://docs.minicor.com/teaching/co-pilot.md): A chat rail inside the dashboard that teaches jobs, adds scenarios, and answers questions about your workspace. - [Drilling down](https://docs.minicor.com/teaching/drilling-down.md): When you want to see exactly where a job failed and edit the automation yourself, open the Build view. - [Going live](https://docs.minicor.com/teaching/going-live.md): A job is Learning or Live. Go live switches the trigger URL to the taught version immediately. - [Samples and scenarios](https://docs.minicor.com/teaching/samples-and-scenarios.md): Teaching a job means sending it real sample API calls. The platform buckets them into scenarios, one for each behavior the job needs to handle. - [Self-healing](https://docs.minicor.com/teaching/self-healing.md): Self-healing on Minicor is accumulation: every sample you teach makes the job better, until it stops breaking. - [Stability](https://docs.minicor.com/teaching/stability.md): Every job has a stability score from 0 to 100 that tells you how proven it is. - [The builder](https://docs.minicor.com/teaching/the-builder.md): The builder constructs the automation and refines it until every sample passes.