Nutrical Solution Ltd · Agentic Access

Nutrical Solution Ltd Agentic Access

x-agentic-access generated

Nutrical Solution Ltd exposes 21 API operations that an AI agent could call, of which 9 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.

By consequence: 12 read and 9 write.

Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.

CompanyFoodNutritionHealthRecipesMeal PlansFood LabelingComplianceRestaurantsGCC
Operations: 21 Acting: 9 Human-in-the-loop: 0 Method: generated

By consequence

read 12 write 9

Source

Agentic Access

Raw ↑
generated: '2026-07-20'
method: generated
source: openapi/nutrical-solution-ltd-openapi.yml
description: Recommended x-agentic-access execution contracts, classified heuristically from
  the OpenAPI. A governance starting point for exposing this API to AI agents — review and bind
  audience per deployment. See research/curity/agentic-governance/.
summary:
  operations: 21
  by_action_class:
    acting: 9
    connected: 12
  by_consequence:
    write: 9
    read: 12
  human_in_the_loop_required: 0
operations:
- path: /entity/create
  method: post
  operationId: createEntity
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /external/api/v2/ingredients/
  method: get
  operationId: listIngredients
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /external/api/v2/recipe-categories/
  method: get
  operationId: listRecipeCategories
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /external/api/v2/recipe-categories/
  method: post
  operationId: addRecipeCategory
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /external/api/v2/recipe-categories/{recipeCategoryId}
  method: post
  operationId: updateRecipeCategory
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /external/api/v2/recipe-sub-categories/
  method: get
  operationId: listRecipeSubCategories
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /external/api/v2/recipes/
  method: get
  operationId: listRecipes
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /external/api/v2/recipes/
  method: post
  operationId: createRecipe
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /external/api/v2/recipes/{recipeId}/
  method: get
  operationId: getRecipe
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /external/api/v2/recipes/{recipeId}
  method: patch
  operationId: updateRecipe
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /external/api/v2/recipes/{recipeId}
  method: delete
  operationId: deleteRecipe
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /external/api/v2/meal-plans/
  method: get
  operationId: listMealPlans
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /external/api/v2/meal-plans/{mealPlanId}/
  method: get
  operationId: getMealPlan
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /external/api/v2/meal-plan-customers/
  method: get
  operationId: listMealPlanCustomers
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /external/api/v2/meal-plan-customers/
  method: post
  operationId: createMealPlanCustomer
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /external/api/v2/meal-plan-customers/{mealplanCustomerId}/
  method: get
  operationId: getMealPlanCustomer
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /external/api/v2/meal-plan-customers/{mealplanCustomerId}/
  method: patch
  operationId: updateMealPlanCustomer
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /external/api/v2/meal-plan-customers/{mealplanCustomerId}/
  method: delete
  operationId: deleteMealPlanCustomer
  x-agentic-access:
    action-class: acting
    consequence: write
    subject: required
    audience: null
    token:
      max-ttl: 900
    escalation:
      human-in-the-loop: conditional
      triggers:
      - abnormal
      - high-value
    audit: required
- path: /public/api/v1/nutrients/
  method: get
  operationId: listNutrients
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /public/api/v1/allergens/
  method: get
  operationId: listAllergens
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none
- path: /public/api/v1/may-contain-allergens/
  method: get
  operationId: listMayContainAllergens
  x-agentic-access:
    action-class: connected
    consequence: read
    subject: optional
    token:
      max-ttl: 3600
    audit: none