Documentation for AgentSystems - self-hosted platform for discovering and running AI agents.
This repository contains documentation for various components, including:
- Platform installation and setup
- Configuration guides (models, credentials, registries)
- Running and managing agents
- Building custom agents
- API reference
Visit the documentation (in development)
Install the Mintlify CLI to preview your documentation changes locally. To install, use the following command:
npm i -g mint
Run the following command at the root of your documentation, where your docs.json is located:
mint dev
View your local preview at http://localhost:3000.
Changes to the documentation are typically deployed via CI/CD when merged to the main branch.
The documentation is organized into sections that guide users from installation through agent deployment:
docs/
├── 🚀 Getting Started (3 pages)
│   ├── index.mdx                 # Introduction
│   ├── quickstart.mdx             # 5-Minute Quick Start with System Requirements
│   └── key-concepts.mdx           # How Components Work Together
│
├── ⚙️ Configuration (5 pages)
│   ├── index.mdx                  # Configuration Overview & Dependency Chain
│   ├── credentials.mdx            # Step 1: API Keys & Environment Variables
│   ├── model-connections.mdx      # Step 2: AI Provider Connections
│   ├── registry-connections.mdx   # Step 3: Container Registries
│   └── agents.mdx                 # Step 4: Agent Deployment
│
├── 📖 User Guide (5 pages)
│   ├── cli-commands.mdx           # SDK Command Reference
│   ├── running-agents.mdx         # Execute Agents via UI
│   ├── artifacts.mdx              # Artifacts & File I/O
│   ├── audit-logs.mdx             # Hash-Chained Audit Trail
│   └── agent-index.mdx            # Future Agent Discovery Platform
│
└── 🚀 Deploy Agents (1 page)
    └── quickstart.mdx             # Coming Soon
Additional documentation will be added as the platform matures:
- API Reference with OpenAPI specifications
- Advanced topics (authentication, UI customization)
- Additional examples and tutorials
- Platform administration guides
- Troubleshooting and debugging
We welcome contributions to improve the documentation! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
- If your dev environment isn't running: Run mint updateto ensure you have the most recent version of the CLI.
- If a page loads as a 404: Make sure you are running in a folder with a valid docs.json.