Twilio · Capability

Twilio - Supersim — NetworkAccessProfiles

Twilio - Supersim — NetworkAccessProfiles. 8 operations. Lead operation: NetworkAccessProfiles. Self-contained Naftiko capability covering one Twilio business surface.

Run with Naftiko TwilioNetworkAccessProfiles

What You Can Do

POST
Createnetworkaccessprofile — Create a new Network Access Profile
/v1/v1/networkaccessprofiles
GET
Listnetworkaccessprofile — Retrieve a list of Network Access Profiles from your account.
/v1/v1/networkaccessprofiles
GET
Listnetworkaccessprofilenetwork — Retrieve a list of Network Access Profile resource's Network resource.
/v1/v1/networkaccessprofiles/{networkaccessprofilesid}/networks
POST
Createnetworkaccessprofilenetwork — Add a Network resource to the Network Access Profile resource.
/v1/v1/networkaccessprofiles/{networkaccessprofilesid}/networks
DELETE
Deletenetworkaccessprofilenetwork — Remove a Network resource from the Network Access Profile resource's.
/v1/v1/networkaccessprofiles/{networkaccessprofilesid}/networks/{sid}
GET
Fetchnetworkaccessprofilenetwork — Fetch a Network Access Profile resource's Network resource.
/v1/v1/networkaccessprofiles/{networkaccessprofilesid}/networks/{sid}
GET
Fetchnetworkaccessprofile — Fetch a Network Access Profile instance from your account.
/v1/v1/networkaccessprofiles/{sid}
POST
Updatenetworkaccessprofile — Updates the given properties of a Network Access Profile in your account.
/v1/v1/networkaccessprofiles/{sid}

MCP Tools

create-new-network-access-profile

Create a new Network Access Profile

retrieve-list-network-access-profiles

Retrieve a list of Network Access Profiles from your account.

read-only idempotent
retrieve-list-network-access-profile

Retrieve a list of Network Access Profile resource's Network resource.

read-only idempotent
add-network-resource-network-access

Add a Network resource to the Network Access Profile resource.

remove-network-resource-network-access

Remove a Network resource from the Network Access Profile resource's.

idempotent
fetch-network-access-profile-resource-s

Fetch a Network Access Profile resource's Network resource.

read-only idempotent
fetch-network-access-profile-instance

Fetch a Network Access Profile instance from your account.

read-only idempotent
updates-given-properties-network-access

Updates the given properties of a Network Access Profile in your account.

Capability Spec

super-sim-networkaccessprofiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Twilio - Supersim — NetworkAccessProfiles
  description: 'Twilio - Supersim — NetworkAccessProfiles. 8 operations. Lead operation: NetworkAccessProfiles. Self-contained
    Naftiko capability covering one Twilio business surface.'
  tags:
  - Twilio
  - NetworkAccessProfiles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TWILIO_API_KEY: TWILIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: super-sim-networkaccessprofiles
    baseUri: https://supersim.twilio.com
    description: Twilio - Supersim — NetworkAccessProfiles business capability. Self-contained, no shared references.
    resources:
    - name: v1-NetworkAccessProfiles
      path: /v1/NetworkAccessProfiles
      operations:
      - name: createnetworkaccessprofile
        method: POST
        description: Create a new Network Access Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: listnetworkaccessprofile
        method: GET
        description: Retrieve a list of Network Access Profiles from your account.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PageSize
          in: query
          type: integer
          description: How many resources to return in each list page. The default is 50, and the maximum is 1000.
        - name: Page
          in: query
          type: integer
          description: The page index. This value is simply for client state.
        - name: PageToken
          in: query
          type: string
          description: The page token. This is provided by the API.
    - name: v1-NetworkAccessProfiles-NetworkAccessProfileSid-Networks
      path: /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks
      operations:
      - name: listnetworkaccessprofilenetwork
        method: GET
        description: Retrieve a list of Network Access Profile resource's Network resource.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: NetworkAccessProfileSid
          in: path
          type: string
          description: The unique string that identifies the Network Access Profile resource.
          required: true
        - name: PageSize
          in: query
          type: integer
          description: How many resources to return in each list page. The default is 50, and the maximum is 1000.
        - name: Page
          in: query
          type: integer
          description: The page index. This value is simply for client state.
        - name: PageToken
          in: query
          type: string
          description: The page token. This is provided by the API.
      - name: createnetworkaccessprofilenetwork
        method: POST
        description: Add a Network resource to the Network Access Profile resource.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: NetworkAccessProfileSid
          in: path
          type: string
          description: The unique string that identifies the Network Access Profile resource.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-NetworkAccessProfiles-NetworkAccessProfileSid-Networks-Sid
      path: /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}
      operations:
      - name: deletenetworkaccessprofilenetwork
        method: DELETE
        description: Remove a Network resource from the Network Access Profile resource's.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: NetworkAccessProfileSid
          in: path
          type: string
          description: The unique string that identifies the Network Access Profile resource.
          required: true
        - name: Sid
          in: path
          type: string
          description: The SID of the Network resource to be removed from the Network Access Profile resource.
          required: true
      - name: fetchnetworkaccessprofilenetwork
        method: GET
        description: Fetch a Network Access Profile resource's Network resource.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: NetworkAccessProfileSid
          in: path
          type: string
          description: The unique string that identifies the Network Access Profile resource.
          required: true
        - name: Sid
          in: path
          type: string
          description: The SID of the Network resource to fetch.
          required: true
    - name: v1-NetworkAccessProfiles-Sid
      path: /v1/NetworkAccessProfiles/{Sid}
      operations:
      - name: fetchnetworkaccessprofile
        method: GET
        description: Fetch a Network Access Profile instance from your account.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Sid
          in: path
          type: string
          description: The SID of the Network Access Profile resource to fetch.
          required: true
      - name: updatenetworkaccessprofile
        method: POST
        description: Updates the given properties of a Network Access Profile in your account.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Sid
          in: path
          type: string
          description: The SID of the Network Access Profile to update.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: basic
      username: '{{env.TWILIO_USER}}'
      password: '{{env.TWILIO_PASS}}'
  exposes:
  - type: rest
    namespace: super-sim-networkaccessprofiles-rest
    port: 8080
    description: REST adapter for Twilio - Supersim — NetworkAccessProfiles. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/networkaccessprofiles
      name: v1-networkaccessprofiles
      description: REST surface for v1-NetworkAccessProfiles.
      operations:
      - method: POST
        name: createnetworkaccessprofile
        description: Create a new Network Access Profile
        call: super-sim-networkaccessprofiles.createnetworkaccessprofile
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listnetworkaccessprofile
        description: Retrieve a list of Network Access Profiles from your account.
        call: super-sim-networkaccessprofiles.listnetworkaccessprofile
        with:
          PageSize: rest.PageSize
          Page: rest.Page
          PageToken: rest.PageToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/networkaccessprofiles/{networkaccessprofilesid}/networks
      name: v1-networkaccessprofiles-networkaccessprofilesid-networks
      description: REST surface for v1-NetworkAccessProfiles-NetworkAccessProfileSid-Networks.
      operations:
      - method: GET
        name: listnetworkaccessprofilenetwork
        description: Retrieve a list of Network Access Profile resource's Network resource.
        call: super-sim-networkaccessprofiles.listnetworkaccessprofilenetwork
        with:
          NetworkAccessProfileSid: rest.NetworkAccessProfileSid
          PageSize: rest.PageSize
          Page: rest.Page
          PageToken: rest.PageToken
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createnetworkaccessprofilenetwork
        description: Add a Network resource to the Network Access Profile resource.
        call: super-sim-networkaccessprofiles.createnetworkaccessprofilenetwork
        with:
          NetworkAccessProfileSid: rest.NetworkAccessProfileSid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/networkaccessprofiles/{networkaccessprofilesid}/networks/{sid}
      name: v1-networkaccessprofiles-networkaccessprofilesid-networks-sid
      description: REST surface for v1-NetworkAccessProfiles-NetworkAccessProfileSid-Networks-Sid.
      operations:
      - method: DELETE
        name: deletenetworkaccessprofilenetwork
        description: Remove a Network resource from the Network Access Profile resource's.
        call: super-sim-networkaccessprofiles.deletenetworkaccessprofilenetwork
        with:
          NetworkAccessProfileSid: rest.NetworkAccessProfileSid
          Sid: rest.Sid
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: fetchnetworkaccessprofilenetwork
        description: Fetch a Network Access Profile resource's Network resource.
        call: super-sim-networkaccessprofiles.fetchnetworkaccessprofilenetwork
        with:
          NetworkAccessProfileSid: rest.NetworkAccessProfileSid
          Sid: rest.Sid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/networkaccessprofiles/{sid}
      name: v1-networkaccessprofiles-sid
      description: REST surface for v1-NetworkAccessProfiles-Sid.
      operations:
      - method: GET
        name: fetchnetworkaccessprofile
        description: Fetch a Network Access Profile instance from your account.
        call: super-sim-networkaccessprofiles.fetchnetworkaccessprofile
        with:
          Sid: rest.Sid
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: updatenetworkaccessprofile
        description: Updates the given properties of a Network Access Profile in your account.
        call: super-sim-networkaccessprofiles.updatenetworkaccessprofile
        with:
          Sid: rest.Sid
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: super-sim-networkaccessprofiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Twilio - Supersim — NetworkAccessProfiles. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: create-new-network-access-profile
      description: Create a new Network Access Profile
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: super-sim-networkaccessprofiles.createnetworkaccessprofile
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-list-network-access-profiles
      description: Retrieve a list of Network Access Profiles from your account.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: super-sim-networkaccessprofiles.listnetworkaccessprofile
      with:
        PageSize: tools.PageSize
        Page: tools.Page
        PageToken: tools.PageToken
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-list-network-access-profile
      description: Retrieve a list of Network Access Profile resource's Network resource.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: super-sim-networkaccessprofiles.listnetworkaccessprofilenetwork
      with:
        NetworkAccessProfileSid: tools.NetworkAccessProfileSid
        PageSize: tools.PageSize
        Page: tools.Page
        PageToken: tools.PageToken
      outputParameters:
      - type: object
        mapping: $.
    - name: add-network-resource-network-access
      description: Add a Network resource to the Network Access Profile resource.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: super-sim-networkaccessprofiles.createnetworkaccessprofilenetwork
      with:
        NetworkAccessProfileSid: tools.NetworkAccessProfileSid
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-network-resource-network-access
      description: Remove a Network resource from the Network Access Profile resource's.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: super-sim-networkaccessprofiles.deletenetworkaccessprofilenetwork
      with:
        NetworkAccessProfileSid: tools.NetworkAccessProfileSid
        Sid: tools.Sid
      outputParameters:
      - type: object
        mapping: $.
    - name: fetch-network-access-profile-resource-s
      description: Fetch a Network Access Profile resource's Network resource.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: super-sim-networkaccessprofiles.fetchnetworkaccessprofilenetwork
      with:
        NetworkAccessProfileSid: tools.NetworkAccessProfileSid
        Sid: tools.Sid
      outputParameters:
      - type: object
        mapping: $.
    - name: fetch-network-access-profile-instance
      description: Fetch a Network Access Profile instance from your account.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: super-sim-networkaccessprofiles.fetchnetworkaccessprofile
      with:
        Sid: tools.Sid
      outputParameters:
      - type: object
        mapping: $.
    - name: updates-given-properties-network-access
      description: Updates the given properties of a Network Access Profile in your account.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: super-sim-networkaccessprofiles.updatenetworkaccessprofile
      with:
        Sid: tools.Sid
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.