# AgentX > A self-hosted, glassbox Cognitive OS: persistent memory, Agent Teams that collaborate, reasoning, and MCP tools — on any model you bring, behind a REST API you run yourself. Agent-oriented index of the AgentX documentation. Every link below points to a Markdown copy of the page. ## Overview - [Home](https://agentx.thejpnet.net/docs/index.md) - [Roadmap](https://agentx.thejpnet.net/docs/roadmap.md) ## Get Started - [Installation](https://agentx.thejpnet.net/docs/getting-started/installation.md) - [Windows Setup](https://agentx.thejpnet.net/docs/getting-started/windows.md) - [Quick Start](https://agentx.thejpnet.net/docs/getting-started/quickstart.md) - [Configuration](https://agentx.thejpnet.net/docs/getting-started/configuration.md) - [Settings Reference](https://agentx.thejpnet.net/docs/getting-started/settings-reference.md): Every user-tunable setting in AgentX — what it does, where it lives, its default, and how to change it. ## Using the Platform - [Chat](https://agentx.thejpnet.net/docs/features/chat.md) - [Agent Profiles](https://agentx.thejpnet.net/docs/features/agent-profiles.md) - [Reasoning](https://agentx.thejpnet.net/docs/features/reasoning.md) - [Connectors & Tools (MCP)](https://agentx.thejpnet.net/docs/features/mcp.md) - [Agent Teams](https://agentx.thejpnet.net/docs/features/multi-agent.md) - [Providers](https://agentx.thejpnet.net/docs/features/providers.md) - [Prompts](https://agentx.thejpnet.net/docs/features/prompts.md) - [Memory](https://agentx.thejpnet.net/docs/features/memory.md) - [Translation](https://agentx.thejpnet.net/docs/features/translation.md) ## Build & Integrate - [Integration Overview](https://agentx.thejpnet.net/docs/integrate/overview.md) - [Streaming & Detached Runs](https://agentx.thejpnet.net/docs/integrate/streaming.md) - [Recipes](https://agentx.thejpnet.net/docs/integrate/recipes.md) ## API Reference - [Endpoints](https://agentx.thejpnet.net/docs/api/endpoints.md) - [Models](https://agentx.thejpnet.net/docs/api/models.md) ## Architecture - [Overview](https://agentx.thejpnet.net/docs/architecture/overview.md) - [System Design](https://agentx.thejpnet.net/docs/architecture/system-design.md) - [API Layer](https://agentx.thejpnet.net/docs/architecture/api.md) - [Client Layer](https://agentx.thejpnet.net/docs/architecture/client.md) - [Database Stack](https://agentx.thejpnet.net/docs/architecture/databases.md) - [Memory Architecture](https://agentx.thejpnet.net/docs/architecture/memory.md) - [Memory Capabilities](https://agentx.thejpnet.net/docs/architecture/memory-capabilities.md) ## Deploy & Operate - [Self-Hosting (Docker Hub)](https://agentx.thejpnet.net/docs/deployment/self-hosting.md) - [Hosting Handbook](https://agentx.thejpnet.net/docs/deployment/hosting-handbook.md) - [Deployment Manager](https://agentx.thejpnet.net/docs/deployment/manager.md) - [Docker](https://agentx.thejpnet.net/docs/deployment/docker.md) - [Production](https://agentx.thejpnet.net/docs/deployment/production.md) - [Clusters & Gateway](https://agentx.thejpnet.net/docs/deployment/clusters.md) - [Authentication](https://agentx.thejpnet.net/docs/deployment/authentication.md) - [Database Migration](https://agentx.thejpnet.net/docs/deployment/migration.md) ## Contribute - [Setup](https://agentx.thejpnet.net/docs/development/setup.md) - [Task Commands](https://agentx.thejpnet.net/docs/development/tasks.md) - [GPU Acceleration](https://agentx.thejpnet.net/docs/development/gpu.md) - [Mobile (Android)](https://agentx.thejpnet.net/docs/development/mobile.md) - [Testing](https://agentx.thejpnet.net/docs/development/testing.md) - [Memory Setup](https://agentx.thejpnet.net/docs/development/memory-setup.md) - [Contributing](https://agentx.thejpnet.net/docs/development/contributing.md) ## API - [OpenAPI specification](https://agentx.thejpnet.net/openapi.yaml): machine-readable REST API contract (self-hosted at http://localhost:12319/api). - [API catalog](https://agentx.thejpnet.net/.well-known/api-catalog): RFC 9727 linkset pointing at the spec and docs.