Skip to content

Feat: Add an API Gateway agent skill #576

@rspurgeon

Description

@rspurgeon

Create an API Gateway "product specific" skill which will aide a user in creating new or managing existing Kong API Gateway control planes and their configurations. Here are some sample goals described via prompts:

  • Create a new Kong Konnect control plane for our payments service and configure it with rate limiting, key authentication, and the routes defined in @apis/payments-spec.yaml
  • List our existing Konnect control planes and show me what services and routes are configured on the production gateway
  • Generate declarative configuration files from our current konnect control plane named "platform-gateway" and help me create github actions to manage them in CICD using kongctl and deck together
  • Add the new @apis/orders-spec.yaml as a service and routes on our development control plane, applying our standard plugin policies (rate limiting, cors, request-transformer)
  • Sync our local deck configuration in @kong/ to our staging control plane and show me the diff before applying
  • Create a new control plane group with a staging and production control plane, then set up the proxy configuration from the openapi specs in @apis/

Build the skill and validate some initial results via popular coding tools.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions