Welcome to Agentsmith
Build, test, and deploy AI agents with a production-grade, Git-based workflow.
Agentsmith is an open-source platform that brings the rigor of software development to AI prompt engineering. Move beyond messy text files and chaotic prompt management with a system built for reliability, versioning, and collaboration.
Deploy your first prompt in 5 minutes. A hands-on tutorial for the impatient developer.
Understand the architecture and philosophy behind Agentsmith's production-grade workflow.
Learn how to use the visual editor to author, test, and manage your prompts.
Integrate your prompts into any application with our type-safe TypeScript SDK.
The Agentsmith Workflow
Agentsmith is built around a simple, powerful, Git-native workflow:
- Author in the Studio: Use our web-based UI to create, test, and version your prompts with features like variables, model configuration, and prompt composition.
- Sync to Git: Your prompts are saved as structured files (
.j2
,.json
) in your GitHub repository, creating a version-controlled source of truth. - Execute with the SDK: Our type-safe SDK reads these files directly from your codebase, ensuring that what you test is what you deploy. No more silent failures from out-of-sync prompts.
This approach bridges the gap between prompt engineers and developers, allowing for seamless collaboration and rock-solid reliability in production.