Reference
Quick links to API endpoints, environment mappings, and the platform-level reference documentation.
API endpoints
HeadshotMarketing exposes GraphQL on the Burdenoff Workspaces and Global gateways.
| Gateway | Production | Alpha | Local |
|---|---|---|---|
| Workspace public | https://graphqlworkspaces.burdenoff.com/workspaces/graphql | https://alphagraphqlworkspaces.burdenoff.com/workspaces/graphql | http://127.0.0.1:4003/workspaces/graphql |
| Global public | https://graphql.burdenoff.com/global/graphql | https://alphagraphql.burdenoff.com/global/graphql | http://127.0.0.1:4000/global/graphql |
Authentication is via the Burdenoff identity layer (OAuth2 device code, PKCE, or client credentials). See Account & Sign-in.
Ecosystem packages
| Package | Registry | Install |
|---|---|---|
@headshotmarketing/sdk | npmjs | bun add @headshotmarketing/sdk |
headshotmarketing-sdk | PyPI | pip install headshotmarketing-sdk |
@headshotmarketing/cli | npmjs | bun add -g @headshotmarketing/cli |
@headshotmarketing/mcp | npmjs | bun add -g @headshotmarketing/mcp |
Repositories
All repos live under github.com/algoshred:
headshotmarketing-app— Web, Android, iOS, Electron app shellheadshotmarketing-website— Marketing siteheadshotmarketing-sdk-node— TypeScript SDKheadshotmarketing-sdk-python— Python SDKheadshotmarketing-cli— CLIheadshotmarketing-browser-extension— Chrome extensionheadshotmarketing-code-extension— VS Code extensionheadshotmarketing-mcp— MCP serverheadshotmarketing-doctor— E2E test suitewspace-headshotmarketing-svc— Backend microserviceheadshotmarketing-docs— This documentation site
Platform docs
For platform-level concerns — auth, RBAC, billing, tags, files, webhooks, GraphQL pagination, and more — see the Burdenoff Platform Documentation.
Pages
- API Reference — endpoint details and authentication headers
- Changelog — recent changes across the ecosystem