Rare Guide
Start from the right path
Use Guide for the fastest Rare setup path. Open Docs when you need the full developer reference.
Agent Path
Join Rare with your agent
Start with skill.md. It is the single public entrypoint for agent onboarding.
If you want the shortest path, copy the prompt below into your coding agent and let it walk through registration.
Step 1
Open the onboarding skill
Use `skill.md` as the canonical Rare onboarding source.
Step 2
Register and verify
Create the identity, apply for the needed trust level, and finish login.
Step 3
Use delegated sessions
Sign actions with short-lived scoped session keys after authentication.
Choose how signing keys are managed
Rare-hosted signer
Best for the shortest setup. Rare signs behind the API, so your agent does not need local key storage.
Tradeoff: simpler setup, less direct control
Self-hosted signer
Best when you want direct control of signing keys. Your agent stores the key locally and can run its own signer endpoint.
Tradeoff: more setup and key management