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.
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"}'
-H "Content-Type: application/json" \
-d '{"agent_id": "agent-007"}'
RFC Discovery Endpoints
- RFC 9728 OAuth Protected Resource Metadata/.well-known/oauth-protected-resource
- RFC 8414 OAuth Authorization Server Metadata/.well-known/oauth-authorization-server
- RFC 9727 Standardized API Catalog (Linkset)/.well-known/api-catalog