PepsiCo · Capability

PepsiCo API — Food

PepsiCo API — Food. 1 operations. Lead operation: Get API status. Self-contained Naftiko capability covering one Pepsico business surface.

Run with Naftiko PepsicoFood

What You Can Do

GET
Getstatus — Get API status
/v1/status

MCP Tools

get-api-status

Get API status

read-only idempotent

Capability Spec

pepsico-food.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PepsiCo API — Food
  description: 'PepsiCo API — Food. 1 operations. Lead operation: Get API status. Self-contained Naftiko capability covering
    one Pepsico business surface.'
  tags:
  - Pepsico
  - Food
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PEPSICO_API_KEY: PEPSICO_API_KEY
capability:
  consumes:
  - type: http
    namespace: pepsico-food
    baseUri: https://api.pepsico.com
    description: PepsiCo API — Food business capability. Self-contained, no shared references.
    resources:
    - name: status
      path: /status
      operations:
      - name: getstatus
        method: GET
        description: Get API status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.PEPSICO_API_KEY}}'
  exposes:
  - type: rest
    namespace: pepsico-food-rest
    port: 8080
    description: REST adapter for PepsiCo API — Food. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/status
      name: status
      description: REST surface for status.
      operations:
      - method: GET
        name: getstatus
        description: Get API status
        call: pepsico-food.getstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pepsico-food-mcp
    port: 9090
    transport: http
    description: MCP adapter for PepsiCo API — Food. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-api-status
      description: Get API status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pepsico-food.getstatus
      outputParameters:
      - type: object
        mapping: $.