Okta · Capability

Okta API — Brand

Okta API — Brand. 24 operations. Lead operation: Okta List Brands. Self-contained Naftiko capability covering one Okta business surface.

Run with Naftiko OktaBrand

What You Can Do

GET
Listbrands — Okta List Brands
/v1/api/v1/brands
GET
Getbrand — Okta Get Brand
/v1/api/v1/brands/{brandid}
PUT
Updatebrand — Okta Update Brand
/v1/api/v1/brands/{brandid}
GET
Listemailtemplates — Okta List Email Templates
/v1/api/v1/brands/{brandid}/templates/email
GET
Getemailtemplate — Okta Get Email Template
/v1/api/v1/brands/{brandid}/templates/email/{templatename}
GET
Listemailtemplatecustomizations — Okta List Email Template Customization
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations
POST
Createemailtemplatecustomization — Okta Create Email Template Customization
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations
DELETE
Deleteemailtemplatecustomizations — Okta Delete Email Template Customization
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations
GET
Getemailtemplatecustomization — Okta Get Email Template Customization
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations/{customizationid}
PUT
Updateemailtemplatecustomization — Okta Update Email Customization
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations/{customizationid}
DELETE
Deleteemailtemplatecustomization — Okta Delete Email Customization
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations/{customizationid}
GET
Getemailtemplatecustomizationpreview — Okta Get Preview Content of Email Customization
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations/{customizationid}/preview
GET
Getemailtemplatedefaultcontent — Okta Get Default Content of Email Template
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/default-content
GET
Getemailtemplatedefaultcontentpreview — Okta Get Preview of Email Template Default Content
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/default-content/preview
POST
Sendtestemail — Okta Get Preview of Email Template Default Content
/v1/api/v1/brands/{brandid}/templates/email/{templatename}/test
GET
Listbrandthemes — Okta Get Brand Themes
/v1/api/v1/brands/{brandid}/themes
GET
Getbrandtheme — Okta Get a theme for a brand
/v1/api/v1/brands/{brandid}/themes/{themeid}
PUT
Updatebrandtheme — Okta Update a theme for a brand
/v1/api/v1/brands/{brandid}/themes/{themeid}
POST
Uploadbrandthemebackgroundimage — Okta Updates the background image for your Theme
/v1/api/v1/brands/{brandid}/themes/{themeid}/background-image
DELETE
Deletebrandthemebackgroundimage — Okta Deletes a Theme background image
/v1/api/v1/brands/{brandid}/themes/{themeid}/background-image
POST
Uploadbrandthemefavicon — Okta Updates the favicon for your theme
/v1/api/v1/brands/{brandid}/themes/{themeid}/favicon
DELETE
Deletebrandthemefavicon — Deletes a Theme favicon. The org then uses the Okta default favicon.
/v1/api/v1/brands/{brandid}/themes/{themeid}/favicon
POST
Uploadbrandthemelogo — Okta Update a themes logo
/v1/api/v1/brands/{brandid}/themes/{themeid}/logo
DELETE
Deletebrandthemelogo — Deletes a Theme logo. The org then uses the Okta default logo.
/v1/api/v1/brands/{brandid}/themes/{themeid}/logo

MCP Tools

okta-list-brands

Okta List Brands

read-only idempotent
okta-get-brand

Okta Get Brand

read-only idempotent
okta-update-brand

Okta Update Brand

idempotent
okta-list-email-templates

Okta List Email Templates

read-only idempotent
okta-get-email-template

Okta Get Email Template

read-only idempotent
okta-list-email-template-customization

Okta List Email Template Customization

read-only idempotent
okta-create-email-template-customization

Okta Create Email Template Customization

okta-delete-email-template-customization

Okta Delete Email Template Customization

idempotent
okta-get-email-template-customization

Okta Get Email Template Customization

read-only idempotent
okta-update-email-customization

Okta Update Email Customization

idempotent
okta-delete-email-customization

Okta Delete Email Customization

idempotent
okta-get-preview-content-email

Okta Get Preview Content of Email Customization

read-only idempotent
okta-get-default-content-email

Okta Get Default Content of Email Template

read-only idempotent
okta-get-preview-email-template

Okta Get Preview of Email Template Default Content

read-only idempotent
okta-get-preview-email-template-2

Okta Get Preview of Email Template Default Content

read-only
okta-get-brand-themes

Okta Get Brand Themes

read-only idempotent
okta-get-theme-brand

Okta Get a theme for a brand

read-only idempotent
okta-update-theme-brand

Okta Update a theme for a brand

idempotent
okta-updates-background-image-your

Okta Updates the background image for your Theme

okta-deletes-theme-background-image

Okta Deletes a Theme background image

idempotent
okta-updates-favicon-your-theme

Okta Updates the favicon for your theme

deletes-theme-favicon-org-then

Deletes a Theme favicon. The org then uses the Okta default favicon.

idempotent
okta-update-themes-logo

Okta Update a themes logo

deletes-theme-logo-org-then

Deletes a Theme logo. The org then uses the Okta default logo.

idempotent

Capability Spec

okta-brand.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Okta API — Brand
  description: 'Okta API — Brand. 24 operations. Lead operation: Okta List Brands. Self-contained Naftiko capability covering
    one Okta business surface.'
  tags:
  - Okta
  - Brand
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OKTA_API_KEY: OKTA_API_KEY
capability:
  consumes:
  - type: http
    namespace: okta-brand
    baseUri: https://your-subdomain.okta.com
    description: Okta API — Brand business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-brands
      path: /api/v1/brands
      operations:
      - name: listbrands
        method: GET
        description: Okta List Brands
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v1-brands-brandId
      path: /api/v1/brands/{brandId}
      operations:
      - name: getbrand
        method: GET
        description: Okta Get Brand
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
      - name: updatebrand
        method: PUT
        description: Okta Update Brand
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-brands-brandId-templates-email
      path: /api/v1/brands/{brandId}/templates/email
      operations:
      - name: listemailtemplates
        method: GET
        description: Okta List Email Templates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: after
          in: query
          type: string
          description: Specifies the pagination cursor for the next page of email templates.
        - name: limit
          in: query
          type: integer
          description: Specifies the number of results returned (maximum 200)
    - name: api-v1-brands-brandId-templates-email-templateName
      path: /api/v1/brands/{brandId}/templates/email/{templateName}
      operations:
      - name: getemailtemplate
        method: GET
        description: Okta Get Email Template
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
    - name: api-v1-brands-brandId-templates-email-templateName-customizations
      path: /api/v1/brands/{brandId}/templates/email/{templateName}/customizations
      operations:
      - name: listemailtemplatecustomizations
        method: GET
        description: Okta List Email Template Customization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
      - name: createemailtemplatecustomization
        method: POST
        description: Okta Create Email Template Customization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteemailtemplatecustomizations
        method: DELETE
        description: Okta Delete Email Template Customization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
    - name: api-v1-brands-brandId-templates-email-templateName-customizations-customizationI
      path: /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}
      operations:
      - name: getemailtemplatecustomization
        method: GET
        description: Okta Get Email Template Customization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
        - name: customizationId
          in: path
          type: string
          required: true
      - name: updateemailtemplatecustomization
        method: PUT
        description: Okta Update Email Customization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
        - name: customizationId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteemailtemplatecustomization
        method: DELETE
        description: Okta Delete Email Customization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
        - name: customizationId
          in: path
          type: string
          required: true
    - name: api-v1-brands-brandId-templates-email-templateName-customizations-customizationI
      path: /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/preview
      operations:
      - name: getemailtemplatecustomizationpreview
        method: GET
        description: Okta Get Preview Content of Email Customization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
        - name: customizationId
          in: path
          type: string
          required: true
    - name: api-v1-brands-brandId-templates-email-templateName-default-content
      path: /api/v1/brands/{brandId}/templates/email/{templateName}/default-content
      operations:
      - name: getemailtemplatedefaultcontent
        method: GET
        description: Okta Get Default Content of Email Template
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
    - name: api-v1-brands-brandId-templates-email-templateName-default-content-preview
      path: /api/v1/brands/{brandId}/templates/email/{templateName}/default-content/preview
      operations:
      - name: getemailtemplatedefaultcontentpreview
        method: GET
        description: Okta Get Preview of Email Template Default Content
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
    - name: api-v1-brands-brandId-templates-email-templateName-test
      path: /api/v1/brands/{brandId}/templates/email/{templateName}/test
      operations:
      - name: sendtestemail
        method: POST
        description: Okta Get Preview of Email Template Default Content
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: templateName
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-brands-brandId-themes
      path: /api/v1/brands/{brandId}/themes
      operations:
      - name: listbrandthemes
        method: GET
        description: Okta Get Brand Themes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
    - name: api-v1-brands-brandId-themes-themeId
      path: /api/v1/brands/{brandId}/themes/{themeId}
      operations:
      - name: getbrandtheme
        method: GET
        description: Okta Get a theme for a brand
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: themeId
          in: path
          type: string
          required: true
      - name: updatebrandtheme
        method: PUT
        description: Okta Update a theme for a brand
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: themeId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: api-v1-brands-brandId-themes-themeId-background-image
      path: /api/v1/brands/{brandId}/themes/{themeId}/background-image
      operations:
      - name: uploadbrandthemebackgroundimage
        method: POST
        description: Okta Updates the background image for your Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: themeId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletebrandthemebackgroundimage
        method: DELETE
        description: Okta Deletes a Theme background image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: themeId
          in: path
          type: string
          required: true
    - name: api-v1-brands-brandId-themes-themeId-favicon
      path: /api/v1/brands/{brandId}/themes/{themeId}/favicon
      operations:
      - name: uploadbrandthemefavicon
        method: POST
        description: Okta Updates the favicon for your theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: themeId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletebrandthemefavicon
        method: DELETE
        description: Deletes a Theme favicon. The org then uses the Okta default favicon.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: themeId
          in: path
          type: string
          required: true
    - name: api-v1-brands-brandId-themes-themeId-logo
      path: /api/v1/brands/{brandId}/themes/{themeId}/logo
      operations:
      - name: uploadbrandthemelogo
        method: POST
        description: Okta Update a themes logo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: themeId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletebrandthemelogo
        method: DELETE
        description: Deletes a Theme logo. The org then uses the Okta default logo.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: brandId
          in: path
          type: string
          required: true
        - name: themeId
          in: path
          type: string
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.OKTA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: okta-brand-rest
    port: 8080
    description: REST adapter for Okta API — Brand. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/api/v1/brands
      name: api-v1-brands
      description: REST surface for api-v1-brands.
      operations:
      - method: GET
        name: listbrands
        description: Okta List Brands
        call: okta-brand.listbrands
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}
      name: api-v1-brands-brandid
      description: REST surface for api-v1-brands-brandId.
      operations:
      - method: GET
        name: getbrand
        description: Okta Get Brand
        call: okta-brand.getbrand
        with:
          brandId: rest.brandId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatebrand
        description: Okta Update Brand
        call: okta-brand.updatebrand
        with:
          brandId: rest.brandId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/templates/email
      name: api-v1-brands-brandid-templates-email
      description: REST surface for api-v1-brands-brandId-templates-email.
      operations:
      - method: GET
        name: listemailtemplates
        description: Okta List Email Templates
        call: okta-brand.listemailtemplates
        with:
          brandId: rest.brandId
          after: rest.after
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/templates/email/{templatename}
      name: api-v1-brands-brandid-templates-email-templatename
      description: REST surface for api-v1-brands-brandId-templates-email-templateName.
      operations:
      - method: GET
        name: getemailtemplate
        description: Okta Get Email Template
        call: okta-brand.getemailtemplate
        with:
          brandId: rest.brandId
          templateName: rest.templateName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations
      name: api-v1-brands-brandid-templates-email-templatename-customizations
      description: REST surface for api-v1-brands-brandId-templates-email-templateName-customizations.
      operations:
      - method: GET
        name: listemailtemplatecustomizations
        description: Okta List Email Template Customization
        call: okta-brand.listemailtemplatecustomizations
        with:
          brandId: rest.brandId
          templateName: rest.templateName
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createemailtemplatecustomization
        description: Okta Create Email Template Customization
        call: okta-brand.createemailtemplatecustomization
        with:
          brandId: rest.brandId
          templateName: rest.templateName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteemailtemplatecustomizations
        description: Okta Delete Email Template Customization
        call: okta-brand.deleteemailtemplatecustomizations
        with:
          brandId: rest.brandId
          templateName: rest.templateName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations/{customizationid}
      name: api-v1-brands-brandid-templates-email-templatename-customizations-customizationi
      description: REST surface for api-v1-brands-brandId-templates-email-templateName-customizations-customizationI.
      operations:
      - method: GET
        name: getemailtemplatecustomization
        description: Okta Get Email Template Customization
        call: okta-brand.getemailtemplatecustomization
        with:
          brandId: rest.brandId
          templateName: rest.templateName
          customizationId: rest.customizationId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateemailtemplatecustomization
        description: Okta Update Email Customization
        call: okta-brand.updateemailtemplatecustomization
        with:
          brandId: rest.brandId
          templateName: rest.templateName
          customizationId: rest.customizationId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteemailtemplatecustomization
        description: Okta Delete Email Customization
        call: okta-brand.deleteemailtemplatecustomization
        with:
          brandId: rest.brandId
          templateName: rest.templateName
          customizationId: rest.customizationId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/templates/email/{templatename}/customizations/{customizationid}/preview
      name: api-v1-brands-brandid-templates-email-templatename-customizations-customizationi
      description: REST surface for api-v1-brands-brandId-templates-email-templateName-customizations-customizationI.
      operations:
      - method: GET
        name: getemailtemplatecustomizationpreview
        description: Okta Get Preview Content of Email Customization
        call: okta-brand.getemailtemplatecustomizationpreview
        with:
          brandId: rest.brandId
          templateName: rest.templateName
          customizationId: rest.customizationId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/templates/email/{templatename}/default-content
      name: api-v1-brands-brandid-templates-email-templatename-default-content
      description: REST surface for api-v1-brands-brandId-templates-email-templateName-default-content.
      operations:
      - method: GET
        name: getemailtemplatedefaultcontent
        description: Okta Get Default Content of Email Template
        call: okta-brand.getemailtemplatedefaultcontent
        with:
          brandId: rest.brandId
          templateName: rest.templateName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/templates/email/{templatename}/default-content/preview
      name: api-v1-brands-brandid-templates-email-templatename-default-content-preview
      description: REST surface for api-v1-brands-brandId-templates-email-templateName-default-content-preview.
      operations:
      - method: GET
        name: getemailtemplatedefaultcontentpreview
        description: Okta Get Preview of Email Template Default Content
        call: okta-brand.getemailtemplatedefaultcontentpreview
        with:
          brandId: rest.brandId
          templateName: rest.templateName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/templates/email/{templatename}/test
      name: api-v1-brands-brandid-templates-email-templatename-test
      description: REST surface for api-v1-brands-brandId-templates-email-templateName-test.
      operations:
      - method: POST
        name: sendtestemail
        description: Okta Get Preview of Email Template Default Content
        call: okta-brand.sendtestemail
        with:
          brandId: rest.brandId
          templateName: rest.templateName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/themes
      name: api-v1-brands-brandid-themes
      description: REST surface for api-v1-brands-brandId-themes.
      operations:
      - method: GET
        name: listbrandthemes
        description: Okta Get Brand Themes
        call: okta-brand.listbrandthemes
        with:
          brandId: rest.brandId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/themes/{themeid}
      name: api-v1-brands-brandid-themes-themeid
      description: REST surface for api-v1-brands-brandId-themes-themeId.
      operations:
      - method: GET
        name: getbrandtheme
        description: Okta Get a theme for a brand
        call: okta-brand.getbrandtheme
        with:
          brandId: rest.brandId
          themeId: rest.themeId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatebrandtheme
        description: Okta Update a theme for a brand
        call: okta-brand.updatebrandtheme
        with:
          brandId: rest.brandId
          themeId: rest.themeId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/themes/{themeid}/background-image
      name: api-v1-brands-brandid-themes-themeid-background-image
      description: REST surface for api-v1-brands-brandId-themes-themeId-background-image.
      operations:
      - method: POST
        name: uploadbrandthemebackgroundimage
        description: Okta Updates the background image for your Theme
        call: okta-brand.uploadbrandthemebackgroundimage
        with:
          brandId: rest.brandId
          themeId: rest.themeId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletebrandthemebackgroundimage
        description: Okta Deletes a Theme background image
        call: okta-brand.deletebrandthemebackgroundimage
        with:
          brandId: rest.brandId
          themeId: rest.themeId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/themes/{themeid}/favicon
      name: api-v1-brands-brandid-themes-themeid-favicon
      description: REST surface for api-v1-brands-brandId-themes-themeId-favicon.
      operations:
      - method: POST
        name: uploadbrandthemefavicon
        description: Okta Updates the favicon for your theme
        call: okta-brand.uploadbrandthemefavicon
        with:
          brandId: rest.brandId
          themeId: rest.themeId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletebrandthemefavicon
        description: Deletes a Theme favicon. The org then uses the Okta default favicon.
        call: okta-brand.deletebrandthemefavicon
        with:
          brandId: rest.brandId
          themeId: rest.themeId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/brands/{brandid}/themes/{themeid}/logo
      name: api-v1-brands-brandid-themes-themeid-logo
      description: REST surface for api-v1-brands-brandId-themes-themeId-logo.
      operations:
      - method: POST
        name: uploadbrandthemelogo
        description: Okta Update a themes logo
        call: okta-brand.uploadbrandthemelogo
        with:
          brandId: rest.brandId
          themeId: rest.themeId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletebrandthemelogo
        description: Deletes a Theme logo. The org then uses the Okta default logo.
        call: okta-brand.deletebrandthemelogo
        with:
          brandId: rest.brandId
          themeId: rest.themeId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: okta-brand-mcp
    port: 9090
    transport: http
    description: MCP adapter for Okta API — Brand. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: okta-list-brands
      description: Okta List Brands
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: okta-brand.listbrands
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-get-brand
      description: Okta Get Brand
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: okta-brand.getbrand
      with:
        brandId: tools.brandId
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-update-brand
      description: Okta Update Brand
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: okta-brand.updatebrand
      with:
        brandId: tools.brandId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-list-email-templates
      description: Okta List Email Templates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: okta-brand.listemailtemplates
      with:
        brandId: tools.brandId
        after: tools.after
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-get-email-template
      description: Okta Get Email Template
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: okta-brand.getemailtemplate
      with:
        brandId: tools.brandId
        templateName: tools.templateName
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-list-email-template-customization
      description: Okta List Email Template Customization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: okta-brand.listemailtemplatecustomizations
      with:
        brandId: tools.brandId
        templateName: tools.templateName
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-create-email-template-customization
      description: Okta Create Email Template Customization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: okta-brand.createemailtemplatecustomization
      with:
        brandId: tools.brandId
        templateName: tools.templateName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-delete-email-template-customization
      description: Okta Delete Email Template Customization
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: okta-brand.deleteemailtemplatecustomizations
      with:
        brandId: tools.brandId
        templateName: tools.templateName
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-get-email-template-customization
      description: Okta Get Email Template Customization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: okta-brand.getemailtemplatecustomization
      with:
        brandId: tools.brandId
        templateName: tools.templateName
        customizationId: tools.customizationId
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-update-email-customization
      description: Okta Update Email Customization
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: okta-brand.updateemailtemplatecustomization
      with:
        brandId: tools.brandId
        templateName: tools.templateName
        customizationId: tools.customizationId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-delete-email-customization
      description: Okta Delete Email Customization
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: okta-brand.deleteemailtemplatecustomization
      with:
        brandId: tools.brandId
        templateName: tools.templateName
        customizationId: tools.customizationId
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-get-preview-content-email
      description: Okta Get Preview Content of Email Customization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: okta-brand.getemailtemplatecustomizationpreview
      with:
        brandId: tools.brandId
        templateName: tools.templateName
        customizationId: tools.customizationId
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-get-default-content-email
      description: Okta Get Default Content of Email Template
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: okta-brand.getemailtemplatedefaultcontent
      with:
        brandId: tools.brandId
        templateName: tools.templateName
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-get-preview-email-template
      description: Okta Get Preview of Email Template Default Content
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: okta-brand.getemailtemplatedefaultcontentpreview
      with:
        brandId: tools.brandId
        templateName: tools.templateName
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-get-preview-email-template-2
      description: Okta Get Preview of Email Template Default Content
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: okta-brand.sendtestemail
      with:
        brandId: tools.brandId
        templateName: tools.templateName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: okta-get-brand-themes
      description: Okta Get Brand Themes
 

# --- truncated at 32 KB (35 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/okta/refs/heads/main/capabilities/okta-brand.yaml