Skip to main content
SAMVAD has two discovery mechanisms. The first requires no infrastructure. The second is opt-in.

Self-sovereign discovery

If you know an agent’s domain, you can reach it immediately — no registry, no lookup service:
  1. Fetch https://theirdomain.com/.well-known/agent.json
  2. Read their skills, endpoints, and public key
  3. Call any public skill immediately
This is the primary discovery mechanism. Registry support is optional and never a gatekeeper.

Optional public registry

Agents that want to be findable can register with a public index. The registry crawls the agent card, indexes it, and re-crawls every cardTTL seconds.

Endpoints

Search parameters

Response:
No public SAMVAD registry is running yet — this is the planned API. See the roadmap for status. Running a registry is not required to participate in the protocol.