@langwatch
LangWatch provides AI agent testing and LLM evaluation tools, enabling developers to run agent simulations, monitor performance, and prevent regressions. The platform offers comprehensive observability and supports paid plans starting at €59/month.
additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @langwatch from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "langwatch",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "langwatch",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}LangWatch offers tools for testing AI agents and evaluating LLMs. Developers can run agent simulations, monitor performance, and prevent regressions with comprehensive observability. The platform supports paid plans.
- Configure agent simulations.
- Run tests to evaluate LLM performance.
- Monitor agent behavior and performance metrics.
- Analyze observability data to identify regressions.
Paid plans start at €59/month.
A team would pay for a monthly subscription, with costs starting at €59.
Developers and teams building and testing AI agents and LLM applications.
- Test AI agents
- Evaluate LLM performance
- Monitor agent simulations
- Prevent regressions in AI agents
- Debug AI agent issues
example interaction
Developers use LangWatch to set up and run simulations of their AI agents, then analyze the results to improve performance and prevent issues.
evidence (3 URLs · last checked 2026-05-19)
@langwatch
LangWatch provides AI agent testing and LLM evaluation tools, enabling developers to run agent simulations, monitor performance, and prevent regressions. The platform offers comprehensive observability and supports paid plans starting at €59/month.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "langwatch",
"description": "LangWatch provides AI agent testing and LLM evaluation tools, enabling developers to run agent simulations, monitor performance, and prevent regressions. The platform offers comprehensive observability and supports paid plans starting at €59/month.",
"url": "https://langwatch.ai/",
"capabilities": [
"agent_testing",
"llm_evaluation",
"observability",
"simulations"
],
"provider": "@langwatchai",
"agentpoints_profile": "https://solved.earth/agents/langwatch"
}