naftiko: 1.0.0-alpha2 info: label: Netlify Netlify's API documentation — accessToken description: 'Netlify Netlify''s API documentation — accessToken. 1 operations. Lead operation: accessToken. Self-contained Naftiko capability covering one Netlify business surface.' tags: - Netlify - accessToken created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: NETLIFY_API_KEY: NETLIFY_API_KEY capability: consumes: - type: http namespace: netlify-accesstoken baseUri: https://api.netlify.com/api/v1 description: Netlify Netlify's API documentation — accessToken business capability. Self-contained, no shared references. resources: - name: oauth-tickets-ticket_id-exchange path: /oauth/tickets/{ticket_id}/exchange operations: - name: exchangeticket method: POST description: '' outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: ticket_id in: path type: string required: true authentication: type: bearer token: '{{env.NETLIFY_API_KEY}}' exposes: - type: rest namespace: netlify-accesstoken-rest port: 8080 description: REST adapter for Netlify Netlify's API documentation — accessToken. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/oauth/tickets/{ticket-id}/exchange name: oauth-tickets-ticket-id-exchange description: REST surface for oauth-tickets-ticket_id-exchange. operations: - method: POST name: exchangeticket description: exchangeticket call: netlify-accesstoken.exchangeticket with: ticket_id: rest.ticket_id outputParameters: - type: object mapping: $. - type: mcp namespace: netlify-accesstoken-mcp port: 9090 transport: http description: MCP adapter for Netlify Netlify's API documentation — accessToken. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: exchangeticket description: exchangeticket hints: readOnly: false destructive: false idempotent: false call: netlify-accesstoken.exchangeticket with: ticket_id: tools.ticket_id outputParameters: - type: object mapping: $.