Forge Commands
Thesvantic forge subcommand generates tool specs and scaffolds agent services from OpenAPI specs or natural language prompts. All forge operations run locally — no mesh connection or authentication is required.
svantic forge tool
Generate tool specifications and TypeScript capability code from various sources.
From an OpenAPI Spec
Filter with --pick
Select specific API paths or function names:
Override the Domain Name
helpdesk.yaml, helpdesk_capabilities.ts, etc.
Set the Output Directory
List Operations (Preview)
Preview what an OpenAPI spec contains without generating:From Natural Language (AI-Powered)
Use AI to generate tools from a description (requiresGOOGLE_API_KEY):
forge tool Flag Reference
svantic forge agent
Scaffold a complete agent service from one or more tool specs.
From a Single Spec
With Full Project Files
Add--standalone to generate package.json, Dockerfile, and tsconfig.json:
