Trust Portal / Partners

// AGENTICS CERTIFIED

The Certified mark, and how to check it.

A partner agent earns the Agentics Certified mark when its (agent_id, agent_version) passes every Agent Compatibility Standard check. The mark is verifiable by anyone, against a public endpoint, with no account — paste a partner id below and read the live cert.

What it asserts

This exact (agent_id, agent_version) passed all five acs-1.0 checks: tools routed through MCP, models through a gateway-routable base_url, resolvable outcomes, a stable identity on every call, and an enforced scope declaration. In one line: the agent is governable and verifiable on the record.

What it does NOT assert

Not that the agent is “good,” accurate, or safe in absolute terms. Certified means compatible with the record — not a quality or safety score. We publish status honestly: a badge says exactly what it checks, and nothing it hasn’t earned.

Lifecycle is pending → certified → revoked / expired. A new agent_version is a new certification — certifying a version never silently re-certifies another. A cert can be revoked (e.g. scope drift, repeated violations) without touching the underlying receipts, which stay sealed.

// WHAT GETS CHECKED — ACS acs-1.0

Five requirements, each independently checkable.

Self-certify in 1–2 days. You keep your prompts, your framework, your model choices — you change roughly one line and declare what your agent is allowed to touch.

R1

MCP for tools

Tool and service calls go through MCP, so every call is governable and receiptable.

R2

Gateway-routable models

Model calls go through a gateway-routable base_url — a one-line integration.

R3

Outcome resolution

A webhook or polling endpoint resolves to approved / reversed / incident.

R4

Stable identity

A stable agent_id and agent_version on every call.

R5

Scope declaration

Declare scope at registration; the gateway enforces it and receipts every violation.

// VERIFY A PARTNER AGENT

Check a cert before you deploy.

This calls the public verify oracle directly from your browser — no auth, no account. It returns only public, currently-certified certs; a private or revoked cert reads as not certified, and an unknown partner is never confirmed or denied.

Endpoint:

GET /api/verify/partner/:partner_id/:agent_version

// EMBED THE BADGE

Show the mark — and make it checkable.

A certified partner can paste this badge anywhere. It links straight to the live verification page for your (partner_id, agent_version), so a buyer can confirm the cert in one click instead of taking the image on faith. Swap in your own ids.

Preview

The badge ships with inline styles and an inline SVG check — no external CSS, no script, no tracking. It renders the same in an email, a README, or a marketing page.

Copy & paste


      

Prefer a bare SVG? The badge above is self-contained markup — lift the <svg> for the check mark, or keep the anchor so the mark stays one click from its proof. The honest version is the one that links to verification.