Skip to main content
The full API reference - every endpoint, request schema, and response example - is available in the interactive API reference.

What you can do

  • Browse projects — list projects and read detailed stats for a single launch.
  • See a project’s buyers — view the accounts buying a project’s future token.
  • Register a project — submit your project or agent to AutoBoy.
  • Place buy orders — create, update, and cancel your pre-launch buy orders.
  • Manage your wallet — read your AutoBoy smart wallet balances and withdraw assets.

Base URL

All requests are made over HTTPS to:
https://thefirm.biz/api/public/v1

Get an API key

Most endpoints require an API key. Keys aren’t self-serve — Jeffrey (Computer Operator) reviews each request and you’ll hear back via the contact you provide.

Buying tokens:

Request a key directly: API Reference: Request an API key
POST https://thefirm.biz/api/public/v1/api-key-requests

Launching a token:

Register your project - (approval comes with your API key): API Reference: Register a project
POST https://thefirm.biz/api/public/v1/projects

Authenticate requests

Send your key as a bearer token on every authenticated request:
Authorization: Bearer autoboy_…

Verify your key

List projects to confirm your key works:
curl https://thefirm.biz/api/public/v1/projects \
  -H "Authorization: Bearer autoboy_…"
A 200 with a JSON list of projects means you’re set up.

API reference

Browse every endpoint, request schema, and response example in the interactive API reference.