Skip to main content

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_ENVWorkspace gatewayGlobal gatewayWeb app
prod (default)https://graphqlworkspaces.burdenoff.com/workspaces/graphqlhttps://graphql.burdenoff.com/global/graphqlhttps://app.ggnomad.com
alphahttps://alphagraphqlworkspaces.burdenoff.com/workspaces/graphqlhttps://alphagraphql.burdenoff.com/global/graphqlhttps://alphaapp.ggnomad.com
localhttp://localhost:4003/workspaces/graphqlhttp://localhost:4000/global/graphqlhttp://localhost:3000
export BURDENOFF_ENV=alpha # Target alpha
export BURDENOFF_ENV=local # Target local stack

Ecosystem

ToolPackage / RepoDescription
Node SDK@ggnomad/sdkTypeScript SDK for programmatic access
Python SDKggnomad-sdkPython SDK for programmatic access
CLI@ggnomad/cliTerminal interface for marketplace management
Browser Extension@ggnomad/browser-extensionChrome MV3 extension
VS Code Extensionggnomad-code-extensionEditor integration
MCP Server@ggnomad/mcpAI assistant tools via Model Context Protocol
Backend Integrationwspace-ggnomad-svcService integration and GraphQL schema
Doctor E2Eggnomad-doctorBackend end-to-end test suite

API & integrations

Getting help