naftiko: 1.0.0-alpha2 info: label: Frostbyte Web Scraper API — Data & Analytics description: 'Frostbyte Web Scraper API — Data & Analytics. 3 operations. Lead operation: Agent Scraper — /api/extract. Self-contained Naftiko capability covering one Frostbyte business surface.' tags: - Frostbyte - Data & Analytics created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FROSTBYTE_API_KEY: FROSTBYTE_API_KEY capability: consumes: - type: http namespace: web-scraper-data-analytics baseUri: https://agent-gateway-kappa.vercel.app description: Frostbyte Web Scraper API — Data & Analytics business capability. Self-contained, no shared references. resources: - name: v1-agent-scraper-api-extract path: /v1/agent-scraper/api/extract operations: - name: agentscraperpostapiextract method: POST description: Agent Scraper — /api/extract outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: v1-agent-scraper-api-scrape path: /v1/agent-scraper/api/scrape operations: - name: agentscraperpostapiscrape method: POST description: Agent Scraper — /api/scrape outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: agentscrapergetapiscrape method: GET description: Agent Scraper — /api/scrape outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: apikey key: X-API-Key value: '{{env.FROSTBYTE_API_KEY}}' placement: header exposes: - type: rest namespace: web-scraper-data-analytics-rest port: 8080 description: REST adapter for Frostbyte Web Scraper API — Data & Analytics. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/agent-scraper/api/extract name: v1-agent-scraper-api-extract description: REST surface for v1-agent-scraper-api-extract. operations: - method: POST name: agentscraperpostapiextract description: Agent Scraper — /api/extract call: web-scraper-data-analytics.agentscraperpostapiextract with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/agent-scraper/api/scrape name: v1-agent-scraper-api-scrape description: REST surface for v1-agent-scraper-api-scrape. operations: - method: POST name: agentscraperpostapiscrape description: Agent Scraper — /api/scrape call: web-scraper-data-analytics.agentscraperpostapiscrape with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: agentscrapergetapiscrape description: Agent Scraper — /api/scrape call: web-scraper-data-analytics.agentscrapergetapiscrape outputParameters: - type: object mapping: $. - type: mcp namespace: web-scraper-data-analytics-mcp port: 9090 transport: http description: MCP adapter for Frostbyte Web Scraper API — Data & Analytics. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: agent-scraper-api-extract description: Agent Scraper — /api/extract hints: readOnly: false destructive: false idempotent: false call: web-scraper-data-analytics.agentscraperpostapiextract with: body: tools.body outputParameters: - type: object mapping: $. - name: agent-scraper-api-scrape description: Agent Scraper — /api/scrape hints: readOnly: false destructive: false idempotent: false call: web-scraper-data-analytics.agentscraperpostapiscrape with: body: tools.body outputParameters: - type: object mapping: $. - name: agent-scraper-api-scrape-2 description: Agent Scraper — /api/scrape hints: readOnly: true destructive: false idempotent: true call: web-scraper-data-analytics.agentscrapergetapiscrape outputParameters: - type: object mapping: $.