Simforge LogoSimforge
TechstarsSF

Fix agent failures before they ship

The Problem

Agent monitoring tools don't fix your agents prompts or tool calls. Developer workflows for improving agent behaviors are manual, error-prone, and clunky.

The Solution

Simforge provides workflows developers love in their IDEs to label traces, simulate tool calls, and automatically improve prompts.

1

Search traces and test prompt inputs

2

Fix incorrect outputs

John
Medium
Partial
3

Auto-tune prompts and tool calls

Prompt
Extract customer name

30 second setup

Into your repo with a few lines of code

terminal
$ poetry add simforge-py
main.py
from simforge import Simforge

client = Simforge(api_key=os.getenv("SIMFORGE_API_KEY"))
result = client.call("title-chat", user_query="What is the capital of France?")

Works where you work

Integrated into your IDE

VS CodeVS Code
CursorCursor