Microsoft · Capability

Microsoft Azure OpenAI Service API — Embeddings

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

Run with Naftiko MicrosoftEmbeddings

What You Can Do

POST
Createembedding — Microsoft Create embeddings
/v1/deployments/{deployment-id}/embeddings

MCP Tools

microsoft-create-embeddings

Microsoft Create embeddings

Capability Spec

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