naftiko: 1.0.0-alpha2 info: label: PostHog API — desktop_recordings description: 'PostHog API — desktop_recordings. 14 operations. Lead operation: desktop_recordings. Self-contained Naftiko capability covering one Posthog business surface.' tags: - Posthog - desktop_recordings created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: POSTHOG_API_KEY: POSTHOG_API_KEY capability: consumes: - type: http namespace: posthog-desktop-recordings baseUri: '' description: PostHog API — desktop_recordings business capability. Self-contained, no shared references. resources: - name: api-environments-project_id-desktop_recordings path: /api/environments/{project_id}/desktop_recordings/ operations: - name: desktoprecordingslist method: GET description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: integer description: Number of results to return per page. - name: offset in: query type: integer description: The initial index from which to return the results. - name: desktoprecordingslist method: GET description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: integer description: Number of results to return per page. - name: offset in: query type: integer description: The initial index from which to return the results. - name: desktoprecordingscreate method: POST description: Create a new recording and get Recall.ai upload token for the desktop SDK outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: desktoprecordingscreate method: POST description: Create a new recording and get Recall.ai upload token for the desktop SDK outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: api-environments-project_id-desktop_recordings-id path: /api/environments/{project_id}/desktop_recordings/{id}/ operations: - name: desktoprecordingsretrieve method: GET description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: desktoprecordingsretrieve method: GET description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: desktoprecordingsupdate method: PUT description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: desktoprecordingsupdate method: PUT description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: desktoprecordingspartialupdate method: PATCH description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: desktoprecordingspartialupdate method: PATCH description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: desktoprecordingsdestroy method: DELETE description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: desktoprecordingsdestroy method: DELETE description: RESTful API for managing desktop meeting recordings. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: api-environments-project_id-desktop_recordings-id-append_segments path: /api/environments/{project_id}/desktop_recordings/{id}/append_segments/ operations: - name: desktoprecordingsappendsegmentscreate method: POST description: Append transcript segments (supports batched real-time streaming) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: desktoprecordingsappendsegmentscreate method: POST description: Append transcript segments (supports batched real-time streaming) outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: A UUID string identifying this desktop recording. required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.POSTHOG_API_KEY}}' exposes: - type: rest namespace: posthog-desktop-recordings-rest port: 8080 description: REST adapter for PostHog API — desktop_recordings. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/environments/{project-id}/desktop-recordings name: api-environments-project-id-desktop-recordings description: REST surface for api-environments-project_id-desktop_recordings. operations: - method: GET name: desktoprecordingslist description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingslist with: limit: rest.limit offset: rest.offset outputParameters: - type: object mapping: $. - method: GET name: desktoprecordingslist description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingslist with: limit: rest.limit offset: rest.offset outputParameters: - type: object mapping: $. - method: POST name: desktoprecordingscreate description: Create a new recording and get Recall.ai upload token for the desktop SDK call: posthog-desktop-recordings.desktoprecordingscreate with: body: rest.body outputParameters: - type: object mapping: $. - method: POST name: desktoprecordingscreate description: Create a new recording and get Recall.ai upload token for the desktop SDK call: posthog-desktop-recordings.desktoprecordingscreate with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/environments/{project-id}/desktop-recordings/{id} name: api-environments-project-id-desktop-recordings-id description: REST surface for api-environments-project_id-desktop_recordings-id. operations: - method: GET name: desktoprecordingsretrieve description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingsretrieve with: id: rest.id outputParameters: - type: object mapping: $. - method: GET name: desktoprecordingsretrieve description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingsretrieve with: id: rest.id outputParameters: - type: object mapping: $. - method: PUT name: desktoprecordingsupdate description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingsupdate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: desktoprecordingsupdate description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingsupdate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PATCH name: desktoprecordingspartialupdate description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingspartialupdate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PATCH name: desktoprecordingspartialupdate description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingspartialupdate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: desktoprecordingsdestroy description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingsdestroy with: id: rest.id outputParameters: - type: object mapping: $. - method: DELETE name: desktoprecordingsdestroy description: RESTful API for managing desktop meeting recordings. call: posthog-desktop-recordings.desktoprecordingsdestroy with: id: rest.id outputParameters: - type: object mapping: $. - path: /v1/api/environments/{project-id}/desktop-recordings/{id}/append-segments name: api-environments-project-id-desktop-recordings-id-append-segments description: REST surface for api-environments-project_id-desktop_recordings-id-append_segments. operations: - method: POST name: desktoprecordingsappendsegmentscreate description: Append transcript segments (supports batched real-time streaming) call: posthog-desktop-recordings.desktoprecordingsappendsegmentscreate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: POST name: desktoprecordingsappendsegmentscreate description: Append transcript segments (supports batched real-time streaming) call: posthog-desktop-recordings.desktoprecordingsappendsegmentscreate with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: posthog-desktop-recordings-mcp port: 9090 transport: http description: MCP adapter for PostHog API — desktop_recordings. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: restful-api-managing-desktop-meeting description: RESTful API for managing desktop meeting recordings. hints: readOnly: true destructive: false idempotent: true call: posthog-desktop-recordings.desktoprecordingslist with: limit: tools.limit offset: tools.offset outputParameters: - type: object mapping: $. - name: restful-api-managing-desktop-meeting-2 description: RESTful API for managing desktop meeting recordings. hints: readOnly: true destructive: false idempotent: true call: posthog-desktop-recordings.desktoprecordingslist with: limit: tools.limit offset: tools.offset outputParameters: - type: object mapping: $. - name: create-new-recording-and-get description: Create a new recording and get Recall.ai upload token for the desktop SDK hints: readOnly: true destructive: false idempotent: false call: posthog-desktop-recordings.desktoprecordingscreate with: body: tools.body outputParameters: - type: object mapping: $. - name: create-new-recording-and-get-2 description: Create a new recording and get Recall.ai upload token for the desktop SDK hints: readOnly: true destructive: false idempotent: false call: posthog-desktop-recordings.desktoprecordingscreate with: body: tools.body outputParameters: - type: object mapping: $. - name: restful-api-managing-desktop-meeting-3 description: RESTful API for managing desktop meeting recordings. hints: readOnly: true destructive: false idempotent: true call: posthog-desktop-recordings.desktoprecordingsretrieve with: id: tools.id outputParameters: - type: object mapping: $. - name: restful-api-managing-desktop-meeting-4 description: RESTful API for managing desktop meeting recordings. hints: readOnly: true destructive: false idempotent: true call: posthog-desktop-recordings.desktoprecordingsretrieve with: id: tools.id outputParameters: - type: object mapping: $. - name: restful-api-managing-desktop-meeting-5 description: RESTful API for managing desktop meeting recordings. hints: readOnly: false destructive: false idempotent: true call: posthog-desktop-recordings.desktoprecordingsupdate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: restful-api-managing-desktop-meeting-6 description: RESTful API for managing desktop meeting recordings. hints: readOnly: false destructive: false idempotent: true call: posthog-desktop-recordings.desktoprecordingsupdate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: restful-api-managing-desktop-meeting-7 description: RESTful API for managing desktop meeting recordings. hints: readOnly: false destructive: false idempotent: true call: posthog-desktop-recordings.desktoprecordingspartialupdate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: restful-api-managing-desktop-meeting-8 description: RESTful API for managing desktop meeting recordings. hints: readOnly: false destructive: false idempotent: true call: posthog-desktop-recordings.desktoprecordingspartialupdate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: restful-api-managing-desktop-meeting-9 description: RESTful API for managing desktop meeting recordings. hints: readOnly: false destructive: true idempotent: true call: posthog-desktop-recordings.desktoprecordingsdestroy with: id: tools.id outputParameters: - type: object mapping: $. - name: restful-api-managing-desktop-meeting-10 description: RESTful API for managing desktop meeting recordings. hints: readOnly: false destructive: true idempotent: true call: posthog-desktop-recordings.desktoprecordingsdestroy with: id: tools.id outputParameters: - type: object mapping: $. - name: append-transcript-segments-supports-batched description: Append transcript segments (supports batched real-time streaming) hints: readOnly: false destructive: false idempotent: false call: posthog-desktop-recordings.desktoprecordingsappendsegmentscreate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: append-transcript-segments-supports-batched-2 description: Append transcript segments (supports batched real-time streaming) hints: readOnly: false destructive: false idempotent: false call: posthog-desktop-recordings.desktoprecordingsappendsegmentscreate with: id: tools.id body: tools.body outputParameters: - type: object mapping: $.