YugabyteDB · Capability

YugabyteDB Aeon REST API — AllowLists

YugabyteDB Aeon REST API — AllowLists. 4 operations. Lead operation: YugabyteDB Aeon List Allow Lists. Self-contained Naftiko capability covering one Yugabytedb business surface.

Run with Naftiko YugabytedbAllowLists

What You Can Do

GET
Listallowlists — YugabyteDB Aeon List Allow Lists
/v1/accounts/{accountid}/projects/{projectid}/allow-lists
POST
Createallowlist — YugabyteDB Aeon Create Allow List
/v1/accounts/{accountid}/projects/{projectid}/allow-lists
GET
Getallowlist — YugabyteDB Aeon Get Allow List
/v1/accounts/{accountid}/projects/{projectid}/allow-lists/{allowlistid}
DELETE
Deleteallowlist — YugabyteDB Aeon Delete Allow List
/v1/accounts/{accountid}/projects/{projectid}/allow-lists/{allowlistid}

MCP Tools

yugabytedb-aeon-list-allow-lists

YugabyteDB Aeon List Allow Lists

read-only idempotent
yugabytedb-aeon-create-allow-list

YugabyteDB Aeon Create Allow List

yugabytedb-aeon-get-allow-list

YugabyteDB Aeon Get Allow List

read-only idempotent
yugabytedb-aeon-delete-allow-list

YugabyteDB Aeon Delete Allow List

idempotent

Capability Spec

aeon-allowlists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: YugabyteDB Aeon REST API — AllowLists
  description: 'YugabyteDB Aeon REST API — AllowLists. 4 operations. Lead operation: YugabyteDB Aeon List Allow Lists. Self-contained
    Naftiko capability covering one Yugabytedb business surface.'
  tags:
  - Yugabytedb
  - AllowLists
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    YUGABYTEDB_API_KEY: YUGABYTEDB_API_KEY
capability:
  consumes:
  - type: http
    namespace: aeon-allowlists
    baseUri: https://cloud.yugabyte.com/api/public/v1
    description: YugabyteDB Aeon REST API — AllowLists business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-projects-projectId-allow-lists
      path: /accounts/{accountId}/projects/{projectId}/allow-lists
      operations:
      - name: listallowlists
        method: GET
        description: YugabyteDB Aeon List Allow Lists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createallowlist
        method: POST
        description: YugabyteDB Aeon Create Allow List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-accountId-projects-projectId-allow-lists-allowListId
      path: /accounts/{accountId}/projects/{projectId}/allow-lists/{allowListId}
      operations:
      - name: getallowlist
        method: GET
        description: YugabyteDB Aeon Get Allow List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteallowlist
        method: DELETE
        description: YugabyteDB Aeon Delete Allow List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.YUGABYTEDB_API_KEY}}'
  exposes:
  - type: rest
    namespace: aeon-allowlists-rest
    port: 8080
    description: REST adapter for YugabyteDB Aeon REST API — AllowLists. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/projects/{projectid}/allow-lists
      name: accounts-accountid-projects-projectid-allow-lists
      description: REST surface for accounts-accountId-projects-projectId-allow-lists.
      operations:
      - method: GET
        name: listallowlists
        description: YugabyteDB Aeon List Allow Lists
        call: aeon-allowlists.listallowlists
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createallowlist
        description: YugabyteDB Aeon Create Allow List
        call: aeon-allowlists.createallowlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{accountid}/projects/{projectid}/allow-lists/{allowlistid}
      name: accounts-accountid-projects-projectid-allow-lists-allowlistid
      description: REST surface for accounts-accountId-projects-projectId-allow-lists-allowListId.
      operations:
      - method: GET
        name: getallowlist
        description: YugabyteDB Aeon Get Allow List
        call: aeon-allowlists.getallowlist
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteallowlist
        description: YugabyteDB Aeon Delete Allow List
        call: aeon-allowlists.deleteallowlist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aeon-allowlists-mcp
    port: 9090
    transport: http
    description: MCP adapter for YugabyteDB Aeon REST API — AllowLists. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: yugabytedb-aeon-list-allow-lists
      description: YugabyteDB Aeon List Allow Lists
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aeon-allowlists.listallowlists
      outputParameters:
      - type: object
        mapping: $.
    - name: yugabytedb-aeon-create-allow-list
      description: YugabyteDB Aeon Create Allow List
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aeon-allowlists.createallowlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: yugabytedb-aeon-get-allow-list
      description: YugabyteDB Aeon Get Allow List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aeon-allowlists.getallowlist
      outputParameters:
      - type: object
        mapping: $.
    - name: yugabytedb-aeon-delete-allow-list
      description: YugabyteDB Aeon Delete Allow List
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: aeon-allowlists.deleteallowlist
      outputParameters:
      - type: object
        mapping: $.