For Developers
The GGNomad Developer Guide is for developers and partners building on the travel, tourism, and entertainment platform — querying inventory, automating bookings, syncing availability, and integrating GGNomad with property, channel, and ticketing systems.
Roadmap items
Surfaces flagged as roadmap are committed direction, not yet published.
Environment selection
All GGNomad tools and SDKs default to production endpoints. To target a
different environment, set the BURDENOFF_ENV environment variable:
BURDENOFF_ENV | Workspace gateway | Global gateway | Web app |
|---|---|---|---|
prod (default) | https://graphqlworkspaces.burdenoff.com/workspaces/graphql | https://graphql.burdenoff.com/global/graphql | https://app.ggnomad.com |
alpha | https://alphagraphqlworkspaces.burdenoff.com/workspaces/graphql | https://alphagraphql.burdenoff.com/global/graphql | https://alphaapp.ggnomad.com |
local | http://localhost:4003/workspaces/graphql | http://localhost:4000/global/graphql | http://localhost:3000 |
export BURDENOFF_ENV=alpha # Target alpha
export BURDENOFF_ENV=local # Target local stack
Ecosystem
| Tool | Package / Repo | Description |
|---|---|---|
| Node SDK | @ggnomad/sdk | TypeScript SDK for programmatic access |
| Python SDK | ggnomad-sdk | Python SDK for programmatic access |
| CLI | @ggnomad/cli | Terminal interface for marketplace management |
| Browser Extension | @ggnomad/browser-extension | Chrome MV3 extension |
| VS Code Extension | ggnomad-code-extension | Editor integration |
| MCP Server | @ggnomad/mcp | AI assistant tools via Model Context Protocol |
| Backend Integration | wspace-ggnomad-svc | Service integration and GraphQL schema |
| Doctor E2E | ggnomad-doctor | Backend end-to-end test suite |
API & integrations
- GraphQL API — queries, mutations, and typed schema reference
- API Integrations — connect external systems to GGNomad
- Building Integrations — custom integration patterns
Getting help
- Node SDK issues: github.com/algoshred/ggnomad-sdk-node/issues
- Python SDK issues: github.com/algoshred/ggnomad-sdk-python/issues
- CLI issues: github.com/algoshred/ggnomad-cli/issues
- General support: [email protected]