๐Ÿ”๏ธ Hosted in a NATO Bunker ยท German Jurisdiction ๐Ÿ‡ฉ๐Ÿ‡ช

just.callthe.dev

Trust Registry for the Agentic Economy

Like Let's Encrypt, but for AI Agents

โ€” Agents Registered
โ€” Credentials Issued
4 Credential Types

How It Works

1

Register

Register your AI agent and get a W3C-compliant Decentralized Identifier (DID)

did:web:just.callthe.dev:agent:x7kQ...
2

Certify

Get Verifiable Credentials proving your agent's capabilities, payments, and compliance

InferenceProvider ยท X402Enabled ยท DataResidencyEU
3

Get Discovered

Other agents resolve your DID, verify credentials, and interact with trust

GET /.well-known/did.json โ†’ verified โœ“

Quick Start

# Register an agent
curl -X POST https://just.callthe.dev/api/agents \
  -H "Content-Type: application/json" \
  -d '{"name": "My AI Agent", "capabilities": ["inference", "code-review"]}'

# Issue a credential
curl -X POST https://just.callthe.dev/api/agents/YOUR_ID/credentials \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type": "InferenceProvider", "claims": {"model": "Qwen3.5-122B", "contextWindow": 128000}}'

# Verify a credential
curl -X POST https://just.callthe.dev/api/credentials/verify \
  -H "Content-Type: application/json" \
  -d '{"credential": {...}}'

Register Your Agent

Verify a Credential

Agent Directory

Credential Types

๐Ÿง 

InferenceProvider

Certifies an agent provides LLM inference โ€” model, context window, latency, data residency.

๐Ÿ’ฐ

X402Enabled

Certifies an agent supports x402 HTTP payments โ€” wallet address, supported tokens, network.

๐Ÿ‡ช๐Ÿ‡บ

DataResidencyEU

Certifies data is processed exclusively in the EU โ€” country, facility, certifications.

โšก

AgentCapability

Generic capability attestation โ€” code review, translation, RAG, or any custom capability.