API & Integrations

Manage Personal Access Tokens for CLI and pipeline authentication

Personal Access Tokens

Authenticate CLI and pipelines

Quick Start

Use your token to authenticate with the registry

CLI Authentication
# Authenticate with the Griot CLI
griot auth login --token grt_your_token_here
API Request
# Use as Bearer token in HTTP requests
curl -H "Authorization: Bearer grt_..." \
  https://registry.example.com/api/v1/contracts