https://github.com/agentcontrol/docs-agent-control
Docs for Agent Control
https://github.com/agentcontrol/docs-agent-control
Last synced: 3 months ago
JSON representation
Docs for Agent Control
- Host: GitHub
- URL: https://github.com/agentcontrol/docs-agent-control
- Owner: agentcontrol
- Created: 2026-02-25T19:09:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-18T18:16:17.000Z (3 months ago)
- Last Synced: 2026-03-19T06:09:31.220Z (3 months ago)
- Language: MDX
- Size: 2.55 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agent Control Docs
Documentation site for Agent Control, powered by [Mintlify](https://mintlify.com/).
## Local development
### Prerequisites
- [Node.js](https://nodejs.org/) 18+
- npm (comes with Node.js)
### Install dependencies
```bash
npm install
```
### Run locally
```bash
npm run dev
```
This starts the Mintlify dev server at [http://localhost:3000](http://localhost:3000).
### Check for broken links
```bash
npm run broken-links
```
## Deployment
This site is designed to be connected to its own Mintlify project for deployment.
See [Mintlify deployment docs](https://mintlify.com/docs/quickstart) for setup instructions.