SilentVerify SilentVerify — Try API UI May 2026 Home Verify Reference Advanced (Swagger)

Issue, verify & print certificates

Step-by-step console for agent PKI and chain state certs. No Swagger maze — pick a flow, run it, then print a signed summary for your records.

Quickstart (curl)

Set BASE to this host and SV_API_KEY from your key above (or get one at Home).


        

        

        
Common errors
  • 401 / missing_api_key — add X-API-Key header
  • 429 / quota_exceeded — free tier is 100 issuances/month; upgrade on Home
  • 502 / rpc_or_schema — RPC blocked or stale block; try public HTTPS URL + higher depth policy
  • valid: false — re-run Issue or check cert JSON was not edited

Pick a real-world flow — we pre-fill the right tab and you run one click at a time.

AI agent identity (PKI)

Give a deploy bot or MCP agent a post-quantum identity before it signs or acts on your infra.

  1. Issue agent cert with DID + capabilities
  2. Verify on every request
  3. Print for your security review

Prove chain state at block N

Anchor an EVM (or other) state root so counterparties can verify what you saw on-chain.

  1. Issue state cert with chain + height + root
  2. Share cert JSON or print PDF
  3. Peer verifies with state/verify

Gate a payout or release

Only release funds or secrets after cryptographic verify passes — no trust in raw JSON.

  1. Paste cert from issuer
  2. Run verify (agent or state)
  3. Check valid: true in results

Compliance & audit trail

Human-readable certificate with verification badge and full wire JSON for auditors.

  1. Issue or receive a cert
  2. Open print view
  3. Save as PDF from browser

Multi-chain anchor (API)

Bind certs to live RPC anchors on EVM, Solana, Cosmos, or XRPL — use the OpenAPI reference for paths.

  1. GET /api/v1/chains for catalog
  2. POST …/chains/evm/issue with rpc_url
  3. See Reference for all routes
Open reference

Integrate in your app

Call the same REST endpoints from CI, backends, or agents — store your API key once below.

  1. Save X-API-Key on this page
  2. Copy curl from Reference
  3. Advanced: Swagger

Creates a post-quantum agent identity certificate (DID + capabilities).

Anchors a live chain state snapshot into a UOV certificate.

Paste the cert object from a previous issue response, or use the last result automatically.

Opens a print-friendly page with identity, crypto fields, and full wire JSON. Uses the certificate from your last issue or the JSON below.

Certificates saved in this browser. Open Verify to check or print without an API key.

Results appear here after you run an action.