Bearer tokens
Send Authorization: Bearer <token> on every request. Read-only or read+write — see Authentication.
# 1. Create a personal access token at https://hypemarket.ai/me/access_tokensexport HYPEMARKET_TOKEN="..."
# 2. List the organizations the user belongs tocurl -H "Authorization: Bearer $HYPEMARKET_TOKEN" \ -H "Accept: application/json" \ https://hypemarket.ai/organizations.json
# 3. List collabs for one of those organizationscurl -H "Authorization: Bearer $HYPEMARKET_TOKEN" \ -H "Accept: application/json" \ https://hypemarket.ai/organizations/gKpMxN/collabs.jsonBase URL https://hypemarket.ai in production, http://localhost:3000 in development. IDs are short opaque strings (sqids), not sequential integers — treat them as tokens.
Bearer tokens
Send Authorization: Bearer <token> on every request. Read-only or read+write — see Authentication.
Organization-scoped
Most resources live under /organizations/:id. The token is the user; the URL picks the organization.
ETags + Pagy
Single resources support conditional GETs. Collections paginate via Pagy headers.
Agent-friendly
Raw markdown for every page, plus llms.txt and llms-full.txt. See the agent guide for token handling and confirmation patterns.