Skip to content

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

ChapterWhat it answersBest next step
QuickstartHow to run a first useful agent quickly.Mental Model
Feature MapEvery major feature and where it lives.Configuration
Choose Your PathGoal-based routes through the docs.Examples Cookbook
Creator SystemPacks, skills, memory, analytics, and workflows.Creator Packs
ProductionHow to ship safely with tools, MCP, tests, and cache.Live Testing

Core Workflows

WorkflowMain pageExamples
Build and run agentsAgentsBeginner cookbook
Add tools safelyToolsTools cookbook
Connect external systemsAdaptersBuilt-In Adapters
Add MCP serversMCPMCP cookbook
Add prompt capabilitiesSkillsSkills cookbook
Use creator packsCreator PacksCreator cookbook
Reduce token spendAgentCacheCache config
Coordinate multiple agentsOrchestrationOrchestration cookbook
Build repeatable pipelinesAgentWorkflowOrchestration cookbook
Persist agent outputsArtifactStoreProduction cookbook

Production Reading Path

Local Development

Run the docs site from the package root:

sh
npm run docs:dev

Build the static docs site:

sh
npm run docs:build

Regenerate the API reference:

sh
npm run docs:api

Released under the MIT License.