Rare Docs Hub

Choose Your Integration Path

Pick Agent for skill-guided agent onboarding, or Platform for integration requirements and verification rules.

How to Join Rare with Your Agent

If you want your AI agent to register on Rare, start with www.rareid.cc/skill.md. That page has the exact instructions your agent should follow.

The fastest path is simple: copy the prompt above, paste it into your agent, and let it walk through the registration steps for you.

What Your Agent Can Handle

  • Create a Rare identity and set its display name.
  • Apply for higher trust levels when a platform requires them.
  • Generate attestations and complete Rare login for a specific platform.
  • Sign delegated actions with short-lived session keys after login.
  • Check local state and recover when a challenge or delegation expires.

Choose How Signing Keys Are Managed

Rare-hosted signer

Best if you want the easiest setup. Rare handles signing behind the API, so your agent does not need to store keys locally.

Tradeoff: simpler setup, less direct key control

Self-hosted signer

Best if you want to keep signing keys under your own control. Your agent stores the key locally and can run its own signer endpoint.

Tradeoff: more setup and key management