Application Research · Capability

Application Research Radius API — SecretStores

Application Research Radius API — SecretStores. 2 operations. Lead operation: Application Research Get secret store. Self-contained Naftiko capability covering one Application Research business surface.

Run with Naftiko Application ResearchSecretStores

What You Can Do

GET
Secretstoresget — Application Research Get secret store
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/secretstores/{secretstorename}
PUT
Secretstorescreateorupdate — Application Research Create or update secret store
/v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/secretstores/{secretstorename}

MCP Tools

application-research-get-secret-store

Application Research Get secret store

read-only idempotent
application-research-create-update-secret

Application Research Create or update secret store

idempotent

Capability Spec

radius-secretstores.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Application Research Radius API — SecretStores
  description: 'Application Research Radius API — SecretStores. 2 operations. Lead operation: Application Research Get secret
    store. Self-contained Naftiko capability covering one Application Research business surface.'
  tags:
  - Application Research
  - SecretStores
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPLICATION_RESEARCH_API_KEY: APPLICATION_RESEARCH_API_KEY
capability:
  consumes:
  - type: http
    namespace: radius-secretstores
    baseUri: https://management.radapp.io
    description: Application Research Radius API — SecretStores business capability. Self-contained, no shared references.
    resources:
    - name: planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications.
      path: /planes/radius/{planeName}/resourceGroups/{resourceGroupName}/providers/Applications.Core/secretStores/{secretStoreName}
      operations:
      - name: secretstoresget
        method: GET
        description: Application Research Get secret store
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: secretstorescreateorupdate
        method: PUT
        description: Application Research Create or update secret store
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: radius-secretstores-rest
    port: 8080
    description: REST adapter for Application Research Radius API — SecretStores. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/planes/radius/{planename}/resourcegroups/{resourcegroupname}/providers/applications-core/secretstores/{secretstorename}
      name: planes-radius-planename-resourcegroups-resourcegroupname-providers-applications
      description: REST surface for planes-radius-planeName-resourceGroups-resourceGroupName-providers-Applications..
      operations:
      - method: GET
        name: secretstoresget
        description: Application Research Get secret store
        call: radius-secretstores.secretstoresget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: secretstorescreateorupdate
        description: Application Research Create or update secret store
        call: radius-secretstores.secretstorescreateorupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: radius-secretstores-mcp
    port: 9090
    transport: http
    description: MCP adapter for Application Research Radius API — SecretStores. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: application-research-get-secret-store
      description: Application Research Get secret store
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: radius-secretstores.secretstoresget
      outputParameters:
      - type: object
        mapping: $.
    - name: application-research-create-update-secret
      description: Application Research Create or update secret store
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: radius-secretstores.secretstorescreateorupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.