Free audit — no signup required

Your AI Agent
Has Blind Spots

Score your agent across 7 critical dimensions. Get a detailed scorecard in seconds. Fix everything with a single patch bundle.

Run Free Audit View API Docs
agentclinic audit --config agent.yml
$ agentclinic audit
Analyzing agent configuration...
// scoring dimensions

7 dimensions. Zero guesswork.

Every agent has a unique fingerprint of strengths and weaknesses. We measure what matters.

Soul Coherence

Identity consistency, personality definition, contradiction detection across your SOUL.md

Skill Efficiency

Skill organization, redundancy analysis, error handling coverage, boundary clarity

Token Economy

Prompt verbosity vs value ratio, context window usage, cost efficiency optimization

Security Posture

Prompt injection vectors, data exposure risks, input validation, auth boundary gaps

Agent Routing

Task delegation clarity, agent boundaries, fallback chains, handoff protocol quality

Memory Architecture

Context persistence, retrieval relevance, state management, memory layer design

Identity Clarity

User-facing role clarity, voice consistency, purpose communication, boundary setting

// workflow

Three steps. Ship better agents.

1

Paste Your Config

Drop your SOUL.md, AGENTS.md, and skills list. No signup, no API key needed.

2

Get Your Scorecard

AI analyzes every dimension and returns a detailed scorecard with specific findings.

3

Apply the Patch

Pay 5 USDC on Base via x402. Receive a declarative patch bundle that fixes everything.

// run audit

Audit your agent now

Paste your agent configuration below. Results in ~15 seconds.

Overall Score
// api reference

Developer-first API

Three endpoints. JSON in, JSON out. x402 for payments.

POST
/api/v1/audit
Submit SOUL.md, AGENTS.md, and skills list. Returns 7-dimension scorecard with recommendations. Rate-limited to 1/agent/day.
Free
POST
/api/v1/upgrade
x402-gated endpoint. Send USDC on Base network. Generates declarative patch bundle based on audit results.
5 USDC · x402
GET
/api/v1/patch/:id
Download purchased patch bundle. Requires wallet signature verification matching the purchasing wallet.
Wallet Sig
example: audit request
curl -X POST https://agentclinic.polsia.app/api/v1/audit \
  -H "Content-Type: application/json" \
  -d '{
    "soul_md": "# MyAgent\nYou are a ...",
    "agents_md": "# Routing\n...",
    "skills_list": ["web-search", "code-review"]
  }'