Confrere · Arazzo Workflow

Confrere — start and end a video session

Version 1.0.0

Mint a single-use room URL for a participant, then end the session by invalidating the room.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyVideoVideo ConferencingCommunicationsHealthcareTelehealthEmbeddableWebRTCArazzoWorkflows

Provider

confrere

Workflows

startAndEndVideoSession
Create a room URL for a user, then invalidate the room to end the session.
Uses operationPath references because the published spec ships no operationIds. Step 1 mints a one-minute, single-use redirect URL; after the meeting, step 2 invalidates the room so all tokens are revoked and the room is destroyed.
2 steps inputs: roomId, userId outputs: roomUrl
1
createRoomToken
$sourceDescriptions.confrere.url#/paths/~1api~1token/post
Create the room and get the redirect URL for the participant.
2
invalidateRoom
$sourceDescriptions.confrere.url#/paths/~1api~1room~1{id}~1invalidate/post
End the session by invalidating the room and all its tokens.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Confrere — start and end a video session
  version: 1.0.0
  summary: >-
    Mint a single-use room URL for a participant, then end the session by
    invalidating the room.
# generated: '2026-07-18'
# method: derived
# source: openapi/confrere-video-openapi.yml
sourceDescriptions:
- name: roomApi
  url: ../openapi/confrere-room-api-openapi.yml
  type: openapi
- name: tokenApi
  url: ../openapi/confrere-token-api-openapi.yml
  type: openapi
workflows:
- workflowId: startAndEndVideoSession
  summary: Create a room URL for a user, then invalidate the room to end the session.
  description: >-
    Uses operationPath references because the published spec ships no
    operationIds. Step 1 mints a one-minute, single-use redirect URL; after
    the meeting, step 2 invalidates the room so all tokens are revoked and the
    room is destroyed.
  inputs:
    type: object
    properties:
      roomId:
        type: string
        example: myintegration:consult-123
      userId:
        type: string
        example: user-42
  steps:
  - stepId: createRoomToken
    description: Create the room and get the redirect URL for the participant.
    operationPath: $sourceDescriptions.confrere.url#/paths/~1api~1token/post
    requestBody:
      contentType: application/json
      payload:
        roomId: $inputs.roomId
        userId: $inputs.userId
        role: moderator
        useLobby: true
    outputs:
      roomUrl: $response.body#/url
  - stepId: invalidateRoom
    description: End the session by invalidating the room and all its tokens.
    operationPath: $sourceDescriptions.confrere.url#/paths/~1api~1room~1{id}~1invalidate/post
    parameters:
    - name: id
      in: path
      value: $inputs.roomId
  outputs:
    roomUrl: $steps.createRoomToken.outputs.roomUrl

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/confrere-video-session"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.