Skip to main content

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.

GatewayProductionAlphaLocal
Workspace publichttps://graphqlworkspaces.burdenoff.com/workspaces/graphqlhttps://alphagraphqlworkspaces.burdenoff.com/workspaces/graphqlhttp://127.0.0.1:4003/workspaces/graphql
Global publichttps://graphql.burdenoff.com/global/graphqlhttps://alphagraphql.burdenoff.com/global/graphqlhttp://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

PackageRegistryInstall
@headshotmarketing/sdknpmjsbun add @headshotmarketing/sdk
headshotmarketing-sdkPyPIpip install headshotmarketing-sdk
@headshotmarketing/clinpmjsbun add -g @headshotmarketing/cli
@headshotmarketing/mcpnpmjsbun add -g @headshotmarketing/mcp

Repositories

All repos live under github.com/algoshred:

  • headshotmarketing-app — Web, Android, iOS, Electron app shell
  • headshotmarketing-website — Marketing site
  • headshotmarketing-sdk-node — TypeScript SDK
  • headshotmarketing-sdk-python — Python SDK
  • headshotmarketing-cli — CLI
  • headshotmarketing-browser-extension — Chrome extension
  • headshotmarketing-code-extension — VS Code extension
  • headshotmarketing-mcp — MCP server
  • headshotmarketing-doctor — E2E test suite
  • wspace-headshotmarketing-svc — Backend microservice
  • headshotmarketing-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