Jelly GraphQL API

Jelly's GraphQL API for costing and kitchen management. Single POST endpoint at api.getjelly.co.uk with bearer-token auth and public introspection; exposes kitchens, ingredients, recipes, dishes, menus, suppliers, products, invoices and purchase orders.

API entry from apis.yml

apis.yml Raw ↑
name: Jelly GraphQL API
description: Jelly's GraphQL API for costing and kitchen management. Single POST endpoint at api.getjelly.co.uk
  with bearer-token auth and public introspection; exposes kitchens, ingredients, recipes, dishes, menus,
  suppliers, products, invoices and purchase orders.
humanURL: https://docs.getjelly.co.uk/
baseURL: https://api.getjelly.co.uk/
properties:
- type: GraphQL
  url: graphql/jelly-api.graphql
- type: Introspection
  url: graphql/jelly-api-introspection.json
- type: Authentication
  url: authentication/jelly-authentication.yml
- type: Conventions
  url: conventions/jelly-conventions.yml
- type: ErrorCatalog
  url: errors/jelly-error-codes.yml
- type: DataModel
  url: data-model/jelly-data-model.yml
- type: MCPServer
  url: mcp/jelly-mcp.yml