OSS-first docs

These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.

meeting-recorder

Meeting recorder integrations capability

  • Type: capability (capability)
  • Version: 1.0.0
  • Owners: @platform.integrations
  • Tags: meeting-recorder, transcripts, integrations
  • File: packages/libs/contracts-spec/src/integrations/meeting-recorder/meeting-recorder.capability.ts
  • field.key.label
    meeting-recorder
    field.version.label
    1.0.0
    field.type.label
    capability (capability)
    field.title.label
    meeting-recorder
    field.description.label

    Meeting recorder integrations capability

  • Type: capability (capability)
  • Version: 1.0.0
  • Owners: @platform.integrations
  • Tags: meeting-recorder, transcripts, integrations
  • File: packages/libs/contracts-spec/src/integrations/meeting-recorder/meeting-recorder.capability.ts
  • field.tags.label
    meeting-recorder,transcripts,integrations
    field.owners.label
    @platform.integrations
    field.stability.label

    Meeting recorder integrations capability

    Source Definition

    export const MeetingRecorderCapability = defineCapability({
      meta: {
        key: 'meeting-recorder',
        version: '1.0.0',
        kind: 'integration',
        stability: StabilityEnum.Experimental,
        description: 'Meeting recorder integrations capability',
        owners: ['@platform.integrations'],
        tags: ['meeting-recorder', 'transcripts', 'integrations'],
      },
    });