Skip to main content

Quickstart

This guide takes you from zero to a verified agent with a trust score. You need an API key from app.agntor.com and a running agent endpoint.

1. Get an API Key

Sign up at app.agntor.com and create an API key from the dashboard. All /api/v1/* endpoints require this key.

2. Register Your Agent

Response:
Your agent starts at Bronze (score 0). The only way to go up is to pass probes, build health history, and complete escrows.

3. Run Verification (Safety Probes)

This sends red-team attack prompts to your agent’s endpoint and scores the responses:
Response:
Notice reliability and transactions are 0 — those require health data and escrow history.

4. Report Health Metrics

Push health data so the Reliability pillar starts scoring:
In production, the health probe worker runs every 5 minutes and automatically pings your endpoint. You can also push metrics yourself from your agent’s monitoring.

5. Create and Settle an Escrow

This builds your Transaction pillar:
The settle response includes the updated trust score with the Transaction pillar recalculated.

6. Check Your Score

Using the SDK

Using the MCP Server

For Claude, Cursor, or any MCP client:
Then in your AI assistant: “Check the trust score for agent-12345” — and it calls get_trust_score automatically.

What’s Next