Jelly

Jelly (getjelly.co.uk) is an all-in-one costing and kitchen-management platform for the hospitality industry - restaurants and professional kitchens. It handles supplier invoice processing, ingredient and recipe costing, gross-profit (GP) analysis, menu and dish management, suppliers, products, purchase orders and stock. Jelly runs a GraphQL API at api.getjelly.co.uk (bearer-authenticated, public introspection, 232 queries and 168 mutations) behind its kitchen web app, and publishes a first-party UI component library (Jelly UI, @getjelly/jelly-ui). Surfaced originally as a Seedcamp portfolio company and enriched here from its live public surface.

Jelly publishes 1 API on the APIs.io network. Tagged areas include Company, Hospitality, Restaurants, Kitchen Management, and Food Costing.

Jelly’s developer surface includes documentation, pricing, support, signup flow, authentication, and 17 more developer resources.

27.4/100 emerging Agent 34/100 agent aware Full breakdown ↓
scored 2026-07-20 · rubric v0.4
1 APIs 1 MCP Servers 0 Features
CompanyHospitalityRestaurantsKitchen ManagementFood CostingRecipe CostingInvoice ProcessingGraphQLSaaS

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 27.4/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 7.8 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 1.4 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/jelly: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

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...

MCP Servers

jelly-mcp.yml

MCP SERVER

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: jelly
name: Jelly
description: Jelly (getjelly.co.uk) is an all-in-one costing and kitchen-management platform for the hospitality industry
  - restaurants and professional kitchens. It handles supplier invoice processing, ingredient and recipe costing, gross-profit
  (GP) analysis, menu and dish management, suppliers, products, purchase orders and stock. Jelly runs a GraphQL API at api.getjelly.co.uk
  (bearer-authenticated, public introspection, 232 queries and 168 mutations) behind its kitchen web app, and publishes a
  first-party UI component library (Jelly UI, @getjelly/jelly-ui). Surfaced originally as a Seedcamp portfolio company and
  enriched here from its live public surface.
url: https://raw.githubusercontent.com/api-evangelist/jelly/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- seedcamp
x-tier: stub
x-tier-reason: portfolio-lead
image: https://kitchen.getjelly.co.uk/icons/apple-touch-icon.png
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Hospitality
- Restaurants
- Kitchen Management
- Food Costing
- Recipe Costing
- Invoice Processing
- GraphQL
- SaaS
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- 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
common:
- type: DomainSecurity
  url: security/jelly-domain-security.yml
- type: Website
  url: https://www.getjelly.co.uk/
- type: Documentation
  url: https://docs.getjelly.co.uk/
- type: Pricing
  url: https://www.getjelly.co.uk/pricing
- type: TermsOfService
  url: https://www.getjelly.co.uk/terms
- type: PrivacyPolicy
  url: https://www.getjelly.co.uk/privacy
- type: Support
  url: https://www.getjelly.co.uk/support
- type: SignUp
  url: https://kitchen.getjelly.co.uk/signup
- type: Login
  url: https://kitchen.getjelly.co.uk/signin
- type: Security
  url: https://www.getjelly.co.uk/security
- type: GraphQL
  url: graphql/jelly-api.graphql
- 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: Packages
  url: packages/jelly-packages.yml
- type: Components
  url: components/jelly-components.yml
- type: MCPServer
  url: mcp/jelly-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Conformance
  url: conformance/jelly-conformance.yml
- type: VulnerabilityDisclosure
  url: security/jelly-vulnerability-disclosure.yml
- type: LLMsTxt
  url: llms/jelly-llms.txt
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence