Hashtag Web3 Logo

Hashtag Web3 Authentication Docs & Agent Auth Guide

WorkOS auth.md compliant authentication guide, OAuth 2.0 RFC metadata, and automated credential issuance for AI agents.

agent_auth 1.0 Spec

Machine-Readable Auth Walkthrough

AI agents can consume our direct prose walkthrough at /auth.md.

Method 1

Zero-Auth & Public Read Access

All core reading endpoints (/api/v1/jobs, /api/v1/news, /api/v1/events, /api/v1/glossary) require zero authentication.

curl https://hashtagweb3.com/api/v1/jobs?limit=5
Method 2

Instant Self-Serve Sandbox Key

Generate an instant test API key without filling out forms or waiting for manual approval.

curl -X POST https://hashtagweb3.com/api/sandbox/auth/register \
  -H "Content-Type: application/json" \
  -d '{"agent_id": "agent-007"}'

RFC Discovery Endpoints