Developer Integrations
Ship Agent Verification in 3 Calls
Use SIGIL as your trust layer: full attestation for policy engines, compact endpoint for runtime gates, and an embeddable badge for public verification surfaces.
1 Query full attestation
2 Gate with compact checks
3 Embed live verification badge
◆ Full Attestation API
GET
Policy-grade verification payload
Identity continuity, receipts, anchors, staking context, and optional strict passport requirement in one response.
GET
/api/verification/agent/{publicKey}
◇ Compact Gate API
GET
Fast pass / fail integration
Purpose-built for middleware and edge gates where you need concise policy decisions.
GET
/api/verification/agent/{publicKey}/compact
◈ Badge Embed
GET
Public trust surface
Display proof of verification across docs, profile pages, and partner directories.
GET
/api/verification/badge/{publicKey}.svg
◉ Frontend Example
Client gate snippet
Minimal browser-side check before enabling privileged interactions.