RingCentral · Capability

RingCentral API — Device SIP Registration

RingCentral API — Device SIP Registration. 1 operations. Lead operation: Register Device. Self-contained Naftiko capability covering one Ringcentral business surface.

Run with Naftiko RingcentralDevice SIP Registration

What You Can Do

POST
Createsipregistration — Register Device
/v1/restapi/v1-0/client-info/sip-provision

MCP Tools

register-device

Register Device

Capability Spec

platform-device-sip-registration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RingCentral API — Device SIP Registration
  description: 'RingCentral API — Device SIP Registration. 1 operations. Lead operation: Register Device. Self-contained Naftiko
    capability covering one Ringcentral business surface.'
  tags:
  - Ringcentral
  - Device SIP Registration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RINGCENTRAL_API_KEY: RINGCENTRAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-device-sip-registration
    baseUri: https://platform.ringcentral.com
    description: RingCentral API — Device SIP Registration business capability. Self-contained, no shared references.
    resources:
    - name: restapi-v1.0-client-info-sip-provision
      path: /restapi/v1.0/client-info/sip-provision
      operations:
      - name: createsipregistration
        method: POST
        description: Register Device
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.RINGCENTRAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-device-sip-registration-rest
    port: 8080
    description: REST adapter for RingCentral API — Device SIP Registration. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/restapi/v1-0/client-info/sip-provision
      name: restapi-v1-0-client-info-sip-provision
      description: REST surface for restapi-v1.0-client-info-sip-provision.
      operations:
      - method: POST
        name: createsipregistration
        description: Register Device
        call: platform-device-sip-registration.createsipregistration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-device-sip-registration-mcp
    port: 9090
    transport: http
    description: MCP adapter for RingCentral API — Device SIP Registration. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: register-device
      description: Register Device
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: platform-device-sip-registration.createsipregistration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.