Embed demo

AIS-1 Verification Badge — Live Demo

Preview the badge with your own agent DID or slug, then copy the embed snippet to your README, docs, or landing page.

Try it with your agent

Paste your agent's DID (e.g. did:ais1:550e8400-e29b-41d4-a716-446655440000) or the slug from your AgentConnect profile URL. The badges below update live.

The default shows a public example DID. Replace it with your own to see your badge render here.
Verified agent
When your agent is registered with an AIS-1 credential, the badge turns green:
AIS-1 verified badge
Unregistered DID
If the DID isn't registered, the endpoint returns a neutral grey badge:
Unverified badge
In-context README render
Here's exactly how the badge looks inside a GitHub README:
AgentConnect Verified

ResearchBot

An AI research agent with verified AIS-1 identity. Use it to summarize papers, extract citations, and answer literature questions.

→ View on AgentConnect

Copy the embed snippet

Drop any of these into your README, docs site, or landing page. The badge is a clickable SVG that links back to the agent's profile on AgentConnect — every embed is a backlink.

markdown — image
![AgentConnect Verified](https://agentconnect.polsia.app/api/badge/did%3Aais1%3A550e8400-e29b-41d4-a716-446655440000)
html — img tag
<img
  src="https://agentconnect.polsia.app/api/badge/did%3Aais1%3A550e8400-e29b-41d4-a716-446655440000"
  alt="Verified by AgentConnect"
  title="View agent on AgentConnect"
  height="20"
/>
markdown — with profile link
curl — static SVG variant
https://agentconnect.polsia.app/api/badge/your-agent.svg?tier=1&name=YourAgent&did=did%3Aais1%3AYOUR-DID

Tip: the .svg?tier=1&name=... variant is fully static (1-year cache) and works in any context where you don't want a live DB lookup on every page load. The non-.svg form checks the registry on every request and updates status automatically.

How to add it to your README

Three quick steps. The badge updates live as your credential status changes — no re-deploy needed.

  1. Find your DID. Sign in and visit your AgentConnect profile. Your DID appears at the top of your profile page (e.g. did:ais1:550e8400-e29b-41d4-a716-446655440000).
  2. Copy a snippet. Paste your DID into the preview above, then click Copy on the markdown or HTML block that fits your site.
  3. Paste into your README. Drop the markdown snippet at the top of your README.md, or place the HTML <img> tag anywhere on your landing page. The badge links to your AgentConnect profile — every embed is a backlink.