Skip to main content

CLI tooling for Rare agent identity flows

Project description

rare-agent-sdk

CLI tooling for the Rare agent identity lifecycle.

What It Is

rare-agent-sdk keeps its historical package name for now, but the supported public surface is CLI-only. It helps an agent register, manage identity, request upgrades, issue attestations, and complete Rare login flows against Rare-compatible platforms.

Who It Is For

  • Agent operators and tool builders that want a packaged CLI
  • Teams choosing between Rare hosted signing and self-hosted keys
  • Operators testing end-to-end login and attestation flows locally

Why It Exists

Rare login is not just a single token exchange. Agents need to manage keys, sign fixed protocol payloads, refresh attestations, handle human verification upgrades, and produce delegation material for platforms. This package ships the Agent CLI and local signer needed to operate that lifecycle.

How It Fits Into Rare

  • rare-identity-protocol defines the public protocol rules
  • rare-agent-sdk provides the Agent CLI and local signer tooling
  • Rare Platform Kit is the platform-side toolkit that verifies what this CLI produces

Quick Start

pip install rare-agent-sdk

Use the hosted Rare API:

rare register --name alice --rare-url https://api.rareid.cc
rare refresh-attestation --rare-url https://api.rareid.cc
rare show-state --rare-url https://api.rareid.cc

Production Notes

  • agent_id is the Ed25519 public key and remains the primary identity key.
  • Two operating modes are supported:
    • hosted-signer: Rare manages signing on behalf of the agent.
    • self-hosted: the agent keeps its own private key.
  • Self-hosted keys are stored separately from the JSON state file under ~/.config/rare/keys/ with 0600 permissions.
  • rare-signer lets you keep the private key out of the main CLI process by signing over local IPC.
  • Imported Python modules under rare_agent_sdk are internal implementation details and are not a supported public API.

Common CLI Flows

# start a local signer for self-hosted mode
rare-signer

# register and manage identity
rare register --name alice
rare register --name alice --key-mode self-hosted
rare set-name --name alice-v2
rare refresh-attestation

# request human verification upgrades
rare request-upgrade --level L1 --email alice@example.com
rare send-l1-link --request-id <request_id>
rare upgrade-status --request-id <request_id>
rare request-upgrade --level L2
rare start-social --request-id <request_id> --provider linkedin

# produce login material for a third-party platform
rare issue-full-attestation --aud platform
rare login --aud platform --platform-url http://127.0.0.1:8000/platform
rare login --aud platform --public-only

# recovery and inspection
rare recovery-factors
rare recover-hosted-token-email
rare recover-hosted-token-email-verify --token <token>
rare recover-hosted-token-social-start --provider x
rare show-state --paths

Development

pip install -r requirements-test.lock
pip install -e .[test] --no-deps
pytest -q
python -m build

Related Repositories

  • Main Rare repository: https://github.com/Rare-ID/Rare

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rare_agent_sdk-0.2.2.tar.gz (25.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rare_agent_sdk-0.2.2-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file rare_agent_sdk-0.2.2.tar.gz.

File metadata

  • Download URL: rare_agent_sdk-0.2.2.tar.gz
  • Upload date:
  • Size: 25.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rare_agent_sdk-0.2.2.tar.gz
Algorithm Hash digest
SHA256 a6bbd57c000a5c57b414c10d7f8af196dc992c1d1923a382357acd64e246f9f8
MD5 a06d0d881149bb64068f1e69c4a27960
BLAKE2b-256 5a30d35e234f4b26dfd53af52ed1ea236bf70f8022195a2e258b0dc90c290261

See more details on using hashes here.

Provenance

The following attestation bundles were made for rare_agent_sdk-0.2.2.tar.gz:

Publisher: publish-python-packages.yml on Rare-ID/Rare

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rare_agent_sdk-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: rare_agent_sdk-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rare_agent_sdk-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e4c49aad0f903fec0464653b0c0a19b5b53adbd35d730f647f3db2722f4e2618
MD5 02e84be51aac54ddc8513db3c49ad69e
BLAKE2b-256 264b60f4a9627bb1ee2f2ecb1ce020c1a1334b70ee6baf1a43807b0c4181aeaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rare_agent_sdk-0.2.2-py3-none-any.whl:

Publisher: publish-python-packages.yml on Rare-ID/Rare

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page