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
| Feature | FluidGrids | Zapier | n8n |
|---|---|---|---|
| Visual builder | Yes | Yes | Yes |
| Self-hosted option | No | No | Yes |
| Custom nodes | Yes (microservice nodes) | Limited | Yes (JS) |
| AI/ML nodes | Built-in LLM chat + AI agent nodes | Limited | Limited |
| Workspace multi-tenancy | Yes | No | No |
| RBAC | Yes | Enterprise | Enterprise |
| GraphQL API | Yes | No | No |
| Versioning | Immutable versions | No | Limited |
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:
| Environment | Workspace Gateway | Global Gateway |
|---|---|---|
prod (default) | https://graphqlworkspaces.burdenoff.com/workspaces/graphql | https://graphql.burdenoff.com/global/graphql |
alpha | https://alphagraphqlworkspaces.burdenoff.com/workspaces/graphql | https://alphagraphql.burdenoff.com/global/graphql |
local | http://localhost:4003/workspaces/graphql | http://localhost:4000/global/graphql |