AgentCraft Documentation
AgentCraft is a production-grade TypeScript runtime for building provider-portable agents with tools, adapters, MCP, skills, structured output, streaming, budgets, tracing, and multi-agent orchestration.
The docs are structured like a product manual. Start with the mental model, then move feature by feature: purpose, setup, config, tools, examples, and deeper cookbook variants.
Start Here
| Chapter | What it answers | Best next step |
|---|---|---|
| Quickstart | How to run a first useful agent quickly. | Mental Model |
| Feature Map | Every major feature and where it lives. | Configuration |
| Choose Your Path | Goal-based routes through the docs. | Examples Cookbook |
| Creator System | Packs, skills, memory, analytics, and workflows. | Creator Packs |
| Production | How to ship safely with tools, MCP, tests, and cache. | Live Testing |
Core Workflows
| Workflow | Main page | Examples |
|---|---|---|
| Build and run agents | Agents | Beginner cookbook |
| Add tools safely | Tools | Tools cookbook |
| Connect external systems | Adapters | Built-In Adapters |
| Add MCP servers | MCP | MCP cookbook |
| Add prompt capabilities | Skills | Skills cookbook |
| Use creator packs | Creator Packs | Creator cookbook |
| Reduce token spend | AgentCache | Cache config |
| Coordinate multiple agents | Orchestration | Orchestration cookbook |
| Build repeatable pipelines | AgentWorkflow | Orchestration cookbook |
| Persist agent outputs | ArtifactStore | Production cookbook |
Production Reading Path
- Configuration Overview for all required, optional, and default values.
- Security Model before exposing tools, adapters, or MCP to users.
- Certification Matrix before declaring a feature production-ready.
- API Stability for public import paths and generated TypeDoc.
Local Development
Run the docs site from the package root:
sh
npm run docs:devBuild the static docs site:
sh
npm run docs:buildRegenerate the API reference:
sh
npm run docs:api