Google BeyondCorp · Capability

Google BeyondCorp API — SecurityGateways

Google BeyondCorp API — SecurityGateways. 2 operations. Lead operation: Google BeyondCorp List security gateways. Self-contained Naftiko capability covering one Google Beyondcorp business surface.

Run with Naftiko Google BeyondcorpSecurityGateways

What You Can Do

GET
Listsecuritygateways — Google BeyondCorp List security gateways
/v1/projects/{projectid}/locations/{location}/securitygateways
POST
Createsecuritygateway — Google BeyondCorp Create a security gateway
/v1/projects/{projectid}/locations/{location}/securitygateways

MCP Tools

google-beyondcorp-list-security-gateways

Google BeyondCorp List security gateways

read-only idempotent
google-beyondcorp-create-security-gateway

Google BeyondCorp Create a security gateway

Capability Spec

beyondcorp-securitygateways.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google BeyondCorp API — SecurityGateways
  description: 'Google BeyondCorp API — SecurityGateways. 2 operations. Lead operation: Google BeyondCorp List security gateways.
    Self-contained Naftiko capability covering one Google Beyondcorp business surface.'
  tags:
  - Google Beyondcorp
  - SecurityGateways
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_BEYONDCORP_API_KEY: GOOGLE_BEYONDCORP_API_KEY
capability:
  consumes:
  - type: http
    namespace: beyondcorp-securitygateways
    baseUri: https://beyondcorp.googleapis.com/v1
    description: Google BeyondCorp API — SecurityGateways business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-location-securityGateways
      path: /projects/{projectId}/locations/{location}/securityGateways
      operations:
      - name: listsecuritygateways
        method: GET
        description: Google BeyondCorp List security gateways
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
      - name: createsecuritygateway
        method: POST
        description: Google BeyondCorp Create a security gateway
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          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_BEYONDCORP_API_KEY}}'
  exposes:
  - type: rest
    namespace: beyondcorp-securitygateways-rest
    port: 8080
    description: REST adapter for Google BeyondCorp API — SecurityGateways. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/securitygateways
      name: projects-projectid-locations-location-securitygateways
      description: REST surface for projects-projectId-locations-location-securityGateways.
      operations:
      - method: GET
        name: listsecuritygateways
        description: Google BeyondCorp List security gateways
        call: beyondcorp-securitygateways.listsecuritygateways
        with:
          projectId: rest.projectId
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createsecuritygateway
        description: Google BeyondCorp Create a security gateway
        call: beyondcorp-securitygateways.createsecuritygateway
        with:
          projectId: rest.projectId
          location: rest.location
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: beyondcorp-securitygateways-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google BeyondCorp API — SecurityGateways. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-beyondcorp-list-security-gateways
      description: Google BeyondCorp List security gateways
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: beyondcorp-securitygateways.listsecuritygateways
      with:
        projectId: tools.projectId
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: google-beyondcorp-create-security-gateway
      description: Google BeyondCorp Create a security gateway
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: beyondcorp-securitygateways.createsecuritygateway
      with:
        projectId: tools.projectId
        location: tools.location
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.