fabric · Capability

fabric Experiences — Pages

fabric Experiences — Pages. 3 operations. Lead operation: Get Live Pages for Specified Channels. Self-contained Naftiko capability covering one fabric business surface.

fabric Experiences — Pages is a Naftiko capability published by fabric, one of 25 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the GET method rooted at /v1/v2.

The capability includes 3 read-only operations. Lead operation: Get Live Pages for Specified Channels. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Fabric and Pages.

Run with Naftiko FabricPages

What You Can Do

GET
Get live pages for specified channels — Get Live Pages for Specified Channels
/v1/v2/pages/live
GET
Get meta information about live pages — Get Meta Information About Live Pages
/v1/v2/pages/metadata
GET
Get live page for a channel by url — Get Live Page for a Channel by URL
/v1/v2/page/live

MCP Tools

fabric-get-live-pages-for-specified-channels

Get Live Pages for Specified Channels

read-only idempotent
fabric-get-meta-information-about-live-pages

Get Meta Information About Live Pages

read-only idempotent
fabric-get-live-page-for-a-channel-by-url

Get Live Page for a Channel by URL

read-only idempotent

Capability Spec

experiences-pages.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: fabric Experiences — Pages
  description: 'fabric Experiences — Pages. 3 operations. Lead operation: Get Live Pages for Specified Channels. Self-contained Naftiko capability covering one fabric business surface.'
  tags:
  - Fabric
  - Pages
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    FABRIC_ACCESS_TOKEN: FABRIC_ACCESS_TOKEN
capability:
  consumes:
  - type: http
    namespace: experiences-pages
    baseUri: https://cdn.xm.fabric.inc/api
    description: fabric Experiences — Pages consumed operations from fabric-experiences-openapi.yml.
    resources:
    - name: v2-pages-live
      path: /v2/pages/live
      operations:
      - name: get-live-pages-for-specified-channels
        method: GET
        description: 'Get Live Pages for Specified Channels'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v2-pages-metadata
      path: /v2/pages/metadata
      operations:
      - name: get-meta-information-about-live-pages
        method: GET
        description: 'Get Meta Information About Live Pages'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v2-page-live
      path: /v2/page/live
      operations:
      - name: get-live-page-for-a-channel-by-url
        method: GET
        description: 'Get Live Page for a Channel by URL'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      value: '{{env.FABRIC_ACCESS_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: experiences-pages-rest
    port: 8080
    description: REST adapter for fabric Experiences — Pages. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2/pages/live
      name: v2-pages-live
      description: REST surface for v2-pages-live.
      operations:
      - method: GET
        name: get-live-pages-for-specified-channels
        description: 'Get Live Pages for Specified Channels'
        call: experiences-pages.get-live-pages-for-specified-channels
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/pages/metadata
      name: v2-pages-metadata
      description: REST surface for v2-pages-metadata.
      operations:
      - method: GET
        name: get-meta-information-about-live-pages
        description: 'Get Meta Information About Live Pages'
        call: experiences-pages.get-meta-information-about-live-pages
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/page/live
      name: v2-page-live
      description: REST surface for v2-page-live.
      operations:
      - method: GET
        name: get-live-page-for-a-channel-by-url
        description: 'Get Live Page for a Channel by URL'
        call: experiences-pages.get-live-page-for-a-channel-by-url
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: experiences-pages-mcp
    port: 9090
    transport: http
    description: MCP adapter for fabric Experiences — Pages. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: fabric-get-live-pages-for-specified-channels
      description: 'Get Live Pages for Specified Channels'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: experiences-pages.get-live-pages-for-specified-channels
      outputParameters:
      - type: object
        mapping: $.
    - name: fabric-get-meta-information-about-live-pages
      description: 'Get Meta Information About Live Pages'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: experiences-pages.get-meta-information-about-live-pages
      outputParameters:
      - type: object
        mapping: $.
    - name: fabric-get-live-page-for-a-channel-by-url
      description: 'Get Live Page for a Channel by URL'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: experiences-pages.get-live-page-for-a-channel-by-url
      outputParameters:
      - type: object
        mapping: $.