Apigee · Capability

Apigee API Hub API — Locations

Apigee API Hub API — Locations. 1 operations. Lead operation: Apigee Search API Hub Resources. Self-contained Naftiko capability covering one Apigee business surface.

Run with Naftiko ApigeeLocations

What You Can Do

POST
Searchresources — Apigee Search API Hub Resources
/v1/projects/{projectid}/locations/locationid-searchresources

MCP Tools

apigee-search-api-hub-resources

Apigee Search API Hub Resources

read-only

Capability Spec

api-hub-locations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apigee API Hub API — Locations
  description: 'Apigee API Hub API — Locations. 1 operations. Lead operation: Apigee Search API Hub Resources. Self-contained
    Naftiko capability covering one Apigee business surface.'
  tags:
  - Apigee
  - Locations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APIGEE_API_KEY: APIGEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: api-hub-locations
    baseUri: https://apihub.googleapis.com/v1
    description: Apigee API Hub API — Locations business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-locationId}:searchResources
      path: /projects/{projectId}/locations/{locationId}:searchResources
      operations:
      - name: searchresources
        method: POST
        description: Apigee Search API Hub Resources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.APIGEE_API_KEY}}'
  exposes:
  - type: rest
    namespace: api-hub-locations-rest
    port: 8080
    description: REST adapter for Apigee API Hub API — Locations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/locationid-searchresources
      name: projects-projectid-locations-locationid-searchresources
      description: REST surface for projects-projectId-locations-locationId}:searchResources.
      operations:
      - method: POST
        name: searchresources
        description: Apigee Search API Hub Resources
        call: api-hub-locations.searchresources
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-hub-locations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apigee API Hub API — Locations. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: apigee-search-api-hub-resources
      description: Apigee Search API Hub Resources
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: api-hub-locations.searchresources
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.