Microsoft Azure · Capability

Microsoft Azure Azure OpenAI Service API — Embeddings

Microsoft Azure Azure OpenAI Service API — Embeddings. 1 operations. Lead operation: Microsoft Azure Create Embeddings. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureEmbeddings

What You Can Do

POST
Embeddingscreate — Microsoft Azure Create Embeddings
/v1/deployments/{deployment-id}/embeddings

MCP Tools

microsoft-azure-create-embeddings

Microsoft Azure Create Embeddings

Capability Spec

azure-openai-service-embeddings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure OpenAI Service API — Embeddings
  description: 'Microsoft Azure Azure OpenAI Service API — Embeddings. 1 operations. Lead operation: Microsoft Azure Create
    Embeddings. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Embeddings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-openai-service-embeddings
    baseUri: https://{endpoint}/openai
    description: Microsoft Azure Azure OpenAI Service API — Embeddings business capability. Self-contained, no shared references.
    resources:
    - name: deployments-deployment-id-embeddings
      path: /deployments/{deployment-id}/embeddings
      operations:
      - name: embeddingscreate
        method: POST
        description: Microsoft Azure Create Embeddings
        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.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-openai-service-embeddings-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure OpenAI Service API — Embeddings. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/deployments/{deployment-id}/embeddings
      name: deployments-deployment-id-embeddings
      description: REST surface for deployments-deployment-id-embeddings.
      operations:
      - method: POST
        name: embeddingscreate
        description: Microsoft Azure Create Embeddings
        call: azure-openai-service-embeddings.embeddingscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-openai-service-embeddings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure OpenAI Service API — Embeddings. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-create-embeddings
      description: Microsoft Azure Create Embeddings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-service-embeddings.embeddingscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.