API quickstart
Updated July 19, 2026
apikeys
API quickstart
- Open the Developer console and create an API key (
tr_live_...). Copy it once. - Call the URL Risk API:
curl -X POST https://api.trustiry.com/v1/check-url \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'
The response separates reviewed relationship evidence from observed risk signals and includes unknowns, expiry, and policy version.
Related articles
Agent-Safety API
Request a fail-closed policy decision before an agent acts.
Read article โMCP server setup
Give your MCP client Trustiry's trust tools.
Read article โWebhooks
Get notified when trust events happen.
Read article โTrustiry Pages & Schema
Schema.org + Trustiry schema for every destination.
Read article โ