# Rerun > Documentation for Rerun: autonomous AI agents running in your own Box, and the API to build them from anywhere. ## Docs - [Rerun](https://docs.rerun.build/index.md): Autonomous AI agents that run around the clock in your own private cloud computer. - [Quickstart](https://docs.rerun.build/quickstart.md): From signing up to a working agent. - [Core concepts](https://docs.rerun.build/concepts.md): Every Rerun term, defined once. - [Configure an agent](https://docs.rerun.build/agents/configure.md): Its prompt, its model, and what it is allowed to do. - [Skills](https://docs.rerun.build/agents/skills.md): Teach an agent a procedure it loads only when it needs it. - [Connectors](https://docs.rerun.build/agents/connectors.md): Give an agent access to Gmail, Slack, Notion, Stripe and hundreds of other services. - [Automations](https://docs.rerun.build/agents/automations.md): Make an agent run on a schedule, or on an event from another service. - [Human in the loop](https://docs.rerun.build/agents/human-in-the-loop.md): How an agent asks you a question, requests an approval, or collects a credential. - [Data and files](https://docs.rerun.build/agents/data.md): Where an agent keeps what it produces, and how you get it out. - [Plans and billing](https://docs.rerun.build/billing.md): One plan, four add-ons, and what happens when you outgrow it. - [Teams and workspaces](https://docs.rerun.build/teams.md): Invite people, and understand what a workspace boundary means. - [Install a template](https://docs.rerun.build/templates/install.md): Start from an agent that already works instead of a blank prompt. - [Create a template](https://docs.rerun.build/templates/create.md): Turn agents that already work into a listing other people install in one click. - [Sell a template](https://docs.rerun.build/templates/selling.md): Pricing, payouts and what Rerun takes. - [Expert Program](https://docs.rerun.build/templates/expert-program.md): Get listed, build for free, publish templates, and earn on the clients you bring. - [Rerun API](https://docs.rerun.build/api/introduction.md): One MCP endpoint to build and drive agents from anywhere, plus webhook URLs to fire them from other services. - [Authentication](https://docs.rerun.build/api/authentication.md): Create, use and revoke a Rerun API key. - [Connect a client](https://docs.rerun.build/api/connect.md): Wire Claude Code, Codex, Cursor, a Rerun agent or any MCP client to your workspace. - [Protocol](https://docs.rerun.build/api/protocol.md): JSON-RPC 2.0 over HTTP: the handshake, the call shape, and how errors come back. - [Agents](https://docs.rerun.build/api/tools/agents.md): List Boxes, read an agent in full, create, update and delete agents. - [Skills](https://docs.rerun.build/api/tools/skills.md): Read and write the procedures an agent loads on demand. - [Scheduled tasks](https://docs.rerun.build/api/tools/schedules.md): Give an agent a cron or a one-off run, and fire it on demand to test it. - [Triggers](https://docs.rerun.build/api/tools/triggers.md): Give an agent a public webhook URL, test it, rotate its secret. - [Messages and runs](https://docs.rerun.build/api/tools/runs.md): Talk to an agent, then read what it actually did. - [Databases](https://docs.rerun.build/api/tools/databases.md): Read and write the private database of an agent and the database shared by a Box. - [Connectors](https://docs.rerun.build/api/tools/connectors.md): Search the connector library and declare integrations on an agent. - [Templates](https://docs.rerun.build/api/tools/templates.md): Author a marketplace template from agents that already work, without leaving your editor. - [Webhook triggers](https://docs.rerun.build/api/webhooks.md): Start an agent run from any service that can send an HTTP request. - [Limits and guarantees](https://docs.rerun.build/api/limits.md): What the API caps, what it refuses, and what it promises. ## Optional - [Blog](https://rerun.build/blog) - [Community](https://rerun.build/community)