Atlassian · Capability

Atlassian Bit Bucket Teams API — Create

Atlassian Bit Bucket Teams API — Create. 1 operations. Lead operation: Atlassian Create Variable for User. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianCreate

What You Can Do

POST
Createvariableforuser — Atlassian Create Variable for User
/v1/teams/{username}/pipelines-config/variables

MCP Tools

atlassian-create-variable-user

Atlassian Create Variable for User

Capability Spec

bitbucket-teams-create.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Bit Bucket Teams API — Create
  description: 'Atlassian Bit Bucket Teams API — Create. 1 operations. Lead operation: Atlassian Create Variable for User.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Create
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: bitbucket-teams-create
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian Bit Bucket Teams API — Create business capability. Self-contained, no shared references.
    resources:
    - name: teams-username-pipelines_config-variables
      path: /teams/{username}/pipelines_config/variables
      operations:
      - name: createvariableforuser
        method: POST
        description: Atlassian Create Variable for User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: username
          in: path
          type: string
          description: The account.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: bitbucket-teams-create-rest
    port: 8080
    description: REST adapter for Atlassian Bit Bucket Teams API — Create. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/teams/{username}/pipelines-config/variables
      name: teams-username-pipelines-config-variables
      description: REST surface for teams-username-pipelines_config-variables.
      operations:
      - method: POST
        name: createvariableforuser
        description: Atlassian Create Variable for User
        call: bitbucket-teams-create.createvariableforuser
        with:
          username: rest.username
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bitbucket-teams-create-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Bit Bucket Teams API — Create. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: atlassian-create-variable-user
      description: Atlassian Create Variable for User
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bitbucket-teams-create.createvariableforuser
      with:
        username: tools.username
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.