Google Vertex AI · Capability

Google Vertex AI API — Endpoints

Google Vertex AI API — Endpoints. 2 operations. Lead operation: Google Vertex AI List endpoints. Self-contained Naftiko capability covering one Google Vertex Ai business surface.

Run with Naftiko Google Vertex AiEndpoints

What You Can Do

GET
Listendpoints — Google Vertex AI List endpoints
/v1/projects/{project}/locations/{location}/endpoints
POST
Createendpoint — Google Vertex AI Create an endpoint
/v1/projects/{project}/locations/{location}/endpoints

MCP Tools

google-vertex-ai-list-endpoints

Google Vertex AI List endpoints

read-only idempotent
google-vertex-ai-create-endpoint

Google Vertex AI Create an endpoint

Capability Spec

openapi-endpoints.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Vertex AI API — Endpoints
  description: 'Google Vertex AI API — Endpoints. 2 operations. Lead operation: Google Vertex AI List endpoints. Self-contained
    Naftiko capability covering one Google Vertex Ai business surface.'
  tags:
  - Google Vertex Ai
  - Endpoints
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_VERTEX_AI_API_KEY: GOOGLE_VERTEX_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-endpoints
    baseUri: https://us-central1-aiplatform.googleapis.com/v1
    description: Google Vertex AI API — Endpoints business capability. Self-contained, no shared references.
    resources:
    - name: projects-project-locations-location-endpoints
      path: /projects/{project}/locations/{location}/endpoints
      operations:
      - name: listendpoints
        method: GET
        description: Google Vertex AI List endpoints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
      - name: createendpoint
        method: POST
        description: Google Vertex AI Create an endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_VERTEX_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-endpoints-rest
    port: 8080
    description: REST adapter for Google Vertex AI API — Endpoints. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{project}/locations/{location}/endpoints
      name: projects-project-locations-location-endpoints
      description: REST surface for projects-project-locations-location-endpoints.
      operations:
      - method: GET
        name: listendpoints
        description: Google Vertex AI List endpoints
        call: openapi-endpoints.listendpoints
        with:
          project: rest.project
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createendpoint
        description: Google Vertex AI Create an endpoint
        call: openapi-endpoints.createendpoint
        with:
          project: rest.project
          location: rest.location
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-endpoints-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Vertex AI API — Endpoints. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-vertex-ai-list-endpoints
      description: Google Vertex AI List endpoints
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-endpoints.listendpoints
      with:
        project: tools.project
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: google-vertex-ai-create-endpoint
      description: Google Vertex AI Create an endpoint
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-endpoints.createendpoint
      with:
        project: tools.project
        location: tools.location
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.