FrankieOne · Capability

KYC V2 API — HostedURL

KYC V2 API — HostedURL. 1 operations. Lead operation: Provide hosted url for a hosted version of onesdk.. Self-contained Naftiko capability covering one Frankieone business surface.

Run with Naftiko FrankieoneHostedURL

What You Can Do

POST
Gethostedurl — Provide hosted url for a hosted version of onesdk.
/v1/v2/individuals/hostedurl

MCP Tools

provide-hosted-url-hosted-version

Provide hosted url for a hosted version of onesdk.

Capability Spec

kyc-v2-hostedurl.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: KYC V2 API — HostedURL
  description: 'KYC V2 API — HostedURL. 1 operations. Lead operation: Provide hosted url for a hosted version of onesdk..
    Self-contained Naftiko capability covering one Frankieone business surface.'
  tags:
  - Frankieone
  - HostedURL
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FRANKIEONE_API_KEY: FRANKIEONE_API_KEY
capability:
  consumes:
  - type: http
    namespace: kyc-v2-hostedurl
    baseUri: https://api.uat.frankie.one
    description: KYC V2 API — HostedURL business capability. Self-contained, no shared references.
    resources:
    - name: v2-individuals-hostedurl
      path: /v2/individuals/hostedurl
      operations:
      - name: gethostedurl
        method: POST
        description: Provide hosted url for a hosted version of onesdk.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.FRANKIEONE_API_KEY}}'
  exposes:
  - type: rest
    namespace: kyc-v2-hostedurl-rest
    port: 8080
    description: REST adapter for KYC V2 API — HostedURL. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v2/individuals/hostedurl
      name: v2-individuals-hostedurl
      description: REST surface for v2-individuals-hostedurl.
      operations:
      - method: POST
        name: gethostedurl
        description: Provide hosted url for a hosted version of onesdk.
        call: kyc-v2-hostedurl.gethostedurl
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: kyc-v2-hostedurl-mcp
    port: 9090
    transport: http
    description: MCP adapter for KYC V2 API — HostedURL. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: provide-hosted-url-hosted-version
      description: Provide hosted url for a hosted version of onesdk.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: kyc-v2-hostedurl.gethostedurl
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.