Radius · Capability

Applications.Core Management APIs — SecretStores

Applications.Core Management APIs — SecretStores. 6 operations. Lead operation: SecretStores. Self-contained Naftiko capability covering one Radius business surface.

Run with Naftiko RadiusSecretStores

What You Can Do

GET
Secretstoreslistbyscope — List SecretStoreResource resources by Scope
/v1/{rootscope}/providers/applications-core/secretstores
GET
Secretstoresget — Get a SecretStoreResource
/v1/{rootscope}/providers/applications-core/secretstores/{secretstorename}
PUT
Secretstorescreateorupdate — Create a SecretStoreResource
/v1/{rootscope}/providers/applications-core/secretstores/{secretstorename}
PATCH
Secretstoresupdate — Update a SecretStoreResource
/v1/{rootscope}/providers/applications-core/secretstores/{secretstorename}
DELETE
Secretstoresdelete — Delete a SecretStoreResource
/v1/{rootscope}/providers/applications-core/secretstores/{secretstorename}
POST
Secretstoreslistsecrets — List the secrets of a secret stores.
/v1/{rootscope}/providers/applications-core/secretstores/{secretstorename}/listsecrets

MCP Tools

list-secretstoreresource-resources-scope

List SecretStoreResource resources by Scope

read-only idempotent
get-secretstoreresource

Get a SecretStoreResource

read-only idempotent
create-secretstoreresource

Create a SecretStoreResource

idempotent
update-secretstoreresource

Update a SecretStoreResource

idempotent
delete-secretstoreresource

Delete a SecretStoreResource

idempotent
list-secrets-secret-stores

List the secrets of a secret stores.

read-only

Capability Spec

applications-core-secretstores.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Applications.Core Management APIs — SecretStores
  description: 'Applications.Core Management APIs — SecretStores. 6 operations. Lead operation: SecretStores. Self-contained
    Naftiko capability covering one Radius business surface.'
  tags:
  - Radius
  - SecretStores
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RADIUS_API_KEY: RADIUS_API_KEY
capability:
  consumes:
  - type: http
    namespace: applications-core-secretstores
    baseUri: https://management.azure.com
    description: Applications.Core Management APIs — SecretStores business capability. Self-contained, no shared references.
    resources:
    - name: rootScope-providers-Applications.Core-secretStores
      path: /{rootScope}/providers/Applications.Core/secretStores
      operations:
      - name: secretstoreslistbyscope
        method: GET
        description: List SecretStoreResource resources by Scope
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rootScope-providers-Applications.Core-secretStores-secretStoreName
      path: /{rootScope}/providers/Applications.Core/secretStores/{secretStoreName}
      operations:
      - name: secretstoresget
        method: GET
        description: Get a SecretStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: secretStoreName
          in: path
          type: string
          description: SecretStore name
          required: true
      - name: secretstorescreateorupdate
        method: PUT
        description: Create a SecretStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: secretStoreName
          in: path
          type: string
          description: SecretStore name
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: secretstoresupdate
        method: PATCH
        description: Update a SecretStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: secretStoreName
          in: path
          type: string
          description: SecretStore name
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: secretstoresdelete
        method: DELETE
        description: Delete a SecretStoreResource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: secretStoreName
          in: path
          type: string
          description: SecretStore name
          required: true
    - name: rootScope-providers-Applications.Core-secretStores-secretStoreName-listSecrets
      path: /{rootScope}/providers/Applications.Core/secretStores/{secretStoreName}/listSecrets
      operations:
      - name: secretstoreslistsecrets
        method: POST
        description: List the secrets of a secret stores.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: secretStoreName
          in: path
          type: string
          description: SecretStore name
          required: true
        - name: body
          in: body
          type: object
          description: The content of the action request
          required: true
  exposes:
  - type: rest
    namespace: applications-core-secretstores-rest
    port: 8080
    description: REST adapter for Applications.Core Management APIs — SecretStores. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{rootscope}/providers/applications-core/secretstores
      name: rootscope-providers-applications-core-secretstores
      description: REST surface for rootScope-providers-Applications.Core-secretStores.
      operations:
      - method: GET
        name: secretstoreslistbyscope
        description: List SecretStoreResource resources by Scope
        call: applications-core-secretstores.secretstoreslistbyscope
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{rootscope}/providers/applications-core/secretstores/{secretstorename}
      name: rootscope-providers-applications-core-secretstores-secretstorename
      description: REST surface for rootScope-providers-Applications.Core-secretStores-secretStoreName.
      operations:
      - method: GET
        name: secretstoresget
        description: Get a SecretStoreResource
        call: applications-core-secretstores.secretstoresget
        with:
          secretStoreName: rest.secretStoreName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: secretstorescreateorupdate
        description: Create a SecretStoreResource
        call: applications-core-secretstores.secretstorescreateorupdate
        with:
          secretStoreName: rest.secretStoreName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: secretstoresupdate
        description: Update a SecretStoreResource
        call: applications-core-secretstores.secretstoresupdate
        with:
          secretStoreName: rest.secretStoreName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: secretstoresdelete
        description: Delete a SecretStoreResource
        call: applications-core-secretstores.secretstoresdelete
        with:
          secretStoreName: rest.secretStoreName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{rootscope}/providers/applications-core/secretstores/{secretstorename}/listsecrets
      name: rootscope-providers-applications-core-secretstores-secretstorename-listsecrets
      description: REST surface for rootScope-providers-Applications.Core-secretStores-secretStoreName-listSecrets.
      operations:
      - method: POST
        name: secretstoreslistsecrets
        description: List the secrets of a secret stores.
        call: applications-core-secretstores.secretstoreslistsecrets
        with:
          secretStoreName: rest.secretStoreName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-core-secretstores-mcp
    port: 9090
    transport: http
    description: MCP adapter for Applications.Core Management APIs — SecretStores. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-secretstoreresource-resources-scope
      description: List SecretStoreResource resources by Scope
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-core-secretstores.secretstoreslistbyscope
      outputParameters:
      - type: object
        mapping: $.
    - name: get-secretstoreresource
      description: Get a SecretStoreResource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-core-secretstores.secretstoresget
      with:
        secretStoreName: tools.secretStoreName
      outputParameters:
      - type: object
        mapping: $.
    - name: create-secretstoreresource
      description: Create a SecretStoreResource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-core-secretstores.secretstorescreateorupdate
      with:
        secretStoreName: tools.secretStoreName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: update-secretstoreresource
      description: Update a SecretStoreResource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-core-secretstores.secretstoresupdate
      with:
        secretStoreName: tools.secretStoreName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-secretstoreresource
      description: Delete a SecretStoreResource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applications-core-secretstores.secretstoresdelete
      with:
        secretStoreName: tools.secretStoreName
      outputParameters:
      - type: object
        mapping: $.
    - name: list-secrets-secret-stores
      description: List the secrets of a secret stores.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: applications-core-secretstores.secretstoreslistsecrets
      with:
        secretStoreName: tools.secretStoreName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.