Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
Forge
Build agents in minutes, not days. Forge generates type-safe tool implementations from API specs, existing TypeScript code, or plain English descriptions, then composes them into deployable agents.How It Works
Every generation path follows the same pipeline:Two Ways to Generate Tools
From an OpenAPI spec
Point Forge at a Swagger/OpenAPI file and pick the operations you need.From natural language
Describe what you want. Forge proposes a set of tools, lets you review them, then generates the code.Compose Into an Agent
Once you have tool specs from any combination of sources, merge them into a single agent:server.ts, .env.template, package.json, Dockerfile, and tsconfig.json. See Composing Agents.
Programmatic API
Every CLI command has a corresponding SDK function:Iterative Generation
The Svantic terminal can orchestrate multi-step generation conversationally. Ask it to read your source code, propose tools, refine the list, and compose the final agent — all in a single session. See Iterative Generation.What’s Next
- Generate from OpenAPI — turn API specs into agent tools
- Generate from Natural Language — describe tools in plain English
- Composing Agents — merge tool sets into one agent
- Tool Spec Format — YAML reference
- Iterative Generation — conversational multi-step workflows
