Resemble AI · Capability

API Reference — subpackage_account

API Reference — subpackage_account. 4 operations. Lead operation: Get account. Self-contained Naftiko capability covering one Resemble Ai business surface.

Run with Naftiko Resemble Aisubpackage_account

What You Can Do

GET
Getaccount — Get account
/v1/account
GET
Getbillingusage — Get billing usage
/v1/account/billing-usage
GET
Getteams — Get teams
/v1/account/teams
GET
Getteam — Get team
/v1/account/teams/{team-uuid}

MCP Tools

get-account

Get account

read-only idempotent
get-billing-usage

Get billing usage

read-only idempotent
get-teams

Get teams

read-only idempotent
get-team

Get team

read-only idempotent

Capability Spec

resemble-ai-subpackage-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — subpackage_account
  description: 'API Reference — subpackage_account. 4 operations. Lead operation: Get account. Self-contained Naftiko capability
    covering one Resemble Ai business surface.'
  tags:
  - Resemble Ai
  - subpackage_account
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RESEMBLE_AI_API_KEY: RESEMBLE_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: resemble-ai-subpackage-account
    baseUri: https://f.cluster.resemble.ai
    description: API Reference — subpackage_account business capability. Self-contained, no shared references.
    resources:
    - name: account
      path: /account
      operations:
      - name: getaccount
        method: GET
        description: Get account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: API token from https://app.resemble.ai/account/api
          required: true
    - name: account-billing_usage
      path: /account/billing_usage
      operations:
      - name: getbillingusage
        method: GET
        description: Get billing usage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: API token from https://app.resemble.ai/account/api
          required: true
    - name: account-teams
      path: /account/teams
      operations:
      - name: getteams
        method: GET
        description: Get teams
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: API token from https://app.resemble.ai/account/api
          required: true
    - name: account-teams-team_uuid
      path: /account/teams/{team_uuid}
      operations:
      - name: getteam
        method: GET
        description: Get team
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: team_uuid
          in: path
          type: string
          required: true
        - name: Authorization
          in: header
          type: string
          description: API token from https://app.resemble.ai/account/api
          required: true
    authentication:
      type: bearer
      token: '{{env.RESEMBLE_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: resemble-ai-subpackage-account-rest
    port: 8080
    description: REST adapter for API Reference — subpackage_account. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/account
      name: account
      description: REST surface for account.
      operations:
      - method: GET
        name: getaccount
        description: Get account
        call: resemble-ai-subpackage-account.getaccount
        with:
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/account/billing-usage
      name: account-billing-usage
      description: REST surface for account-billing_usage.
      operations:
      - method: GET
        name: getbillingusage
        description: Get billing usage
        call: resemble-ai-subpackage-account.getbillingusage
        with:
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/account/teams
      name: account-teams
      description: REST surface for account-teams.
      operations:
      - method: GET
        name: getteams
        description: Get teams
        call: resemble-ai-subpackage-account.getteams
        with:
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/account/teams/{team-uuid}
      name: account-teams-team-uuid
      description: REST surface for account-teams-team_uuid.
      operations:
      - method: GET
        name: getteam
        description: Get team
        call: resemble-ai-subpackage-account.getteam
        with:
          team_uuid: rest.team_uuid
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: resemble-ai-subpackage-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — subpackage_account. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-account
      description: Get account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: resemble-ai-subpackage-account.getaccount
      with:
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: get-billing-usage
      description: Get billing usage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: resemble-ai-subpackage-account.getbillingusage
      with:
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: get-teams
      description: Get teams
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: resemble-ai-subpackage-account.getteams
      with:
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.
    - name: get-team
      description: Get team
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: resemble-ai-subpackage-account.getteam
      with:
        team_uuid: tools.team_uuid
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.