Skip to main content

For Developers

Extend FluidGrids. Build custom nodes, automate via CLI, or integrate programmatically with our SDKs.

Start here

  • CLI Referencefluidgrids CLI commands
  • Node SDK — TypeScript SDK for workflow automation
  • Python SDK — Python SDK for workflow automation
  • MCP Server — drive FluidGrids from Claude and other MCP clients

All four are built from source today; none is on a package registry yet. Each page shows the current install path.

Tooling

Building on the platform

Selecting an environment

All developer tooling defaults to production. How you point a tool at alpha or a local stack depends on which tool it is:

ToolHow to select the endpoint
CLIFLUIDGRIDS_API_URL, the -u/--url flag, or fluidgrids config set url
Node SDKbaseUrl in createClient, or FLUIDGRIDS_ENDPOINT
Python SDKendpoint= in FluidGridsConfig, or FLUIDGRIDS_ENDPOINT
Browser & VS Code extensionsBURDENOFF_ENV=local|alpha|prod
MCP serverFLUIDGRIDS_GRAPHQL_URL and FLUIDGRIDS_API_URL

For platform-level concerns (auth, RBAC, tags, billing), see Burdenoff Workspaces developer docs.