Skip to main content

Reference

API Reference

  • API Reference — GraphQL is the primary API for all operations; REST is limited to webhook triggers and health checks
  • GraphQL endpoint — primary API for all operations

Changelog

See the Changelog and the customer-facing notes on fluidgrids.ai/changelog.

Comparison

FeatureFluidGridsZapiern8n
Visual builderYesYesYes
Self-hosted optionNoNoYes
Custom nodesYes (microservice nodes)LimitedYes (JS)
AI/ML nodesBuilt-in LLM chat + AI agent nodesLimitedLimited
Workspace multi-tenancyYesNoNo
RBACYesEnterpriseEnterprise
GraphQL APIYesNoNo
VersioningImmutable versionsNoLimited

Environments

API clients default to production. To target another environment, point your client at that environment's workspace gateway — set FLUIDGRIDS_API_URL for the CLI or FLUIDGRIDS_ENDPOINT for the SDKs:

EnvironmentWorkspace GatewayGlobal Gateway
prod (default)https://graphqlworkspaces.burdenoff.com/workspaces/graphqlhttps://graphql.burdenoff.com/global/graphql
alphahttps://alphagraphqlworkspaces.burdenoff.com/workspaces/graphqlhttps://alphagraphql.burdenoff.com/global/graphql
localhttp://localhost:4003/workspaces/graphqlhttp://localhost:4000/global/graphql