{
  "name": "Roam HQ APIs",
  "description": "APIs for your Virtual Office",
  "url": "https://developer.ro.am",
  "apis": [
    {
      "name": "Roam HQ API",
      "description": "Core Roam HQ API for messaging, groups, and recordings in your virtual office",
      "baseUrl": "https://api.ro.am/v1",
      "humanUrl": "https://developer.ro.am/docs/roam-api",
      "properties": [
        {
          "type": "OpenAPI",
          "url": "https://developer.ro.am/openapi.json"
        }
      ]
    },
    {
      "name": "Roam HQ Chat API (Alpha)",
      "description": "Send messages, retrieve transcripts, manage groups in your virtual office",
      "baseUrl": "https://api.ro.am/v0",
      "humanUrl": "https://developer.ro.am/docs/chat-api",
      "properties": [
        {
          "type": "OpenAPI",
          "url": "https://developer.ro.am/chat.json"
        }
      ]
    },
    {
      "name": "Roam HQ SCIM 2.0 API",
      "description": "Automated user provisioning and deprovisioning for identity management",
      "baseUrl": "https://api.ro.am/scim/v2",
      "humanUrl": "https://developer.ro.am/docs/scim",
      "properties": [
        {
          "type": "OpenAPI",
          "url": "https://developer.ro.am/scim.json"
        }
      ]
    },
    {
      "name": "Roam HQ Events API (Alpha)",
      "description": "Subscribe to real-time events for messages, meetings, and transcripts",
      "baseUrl": "https://api.ro.am/v0",
      "humanUrl": "https://developer.ro.am/docs/webhooks",
      "properties": [
        {
          "type": "OpenAPI",
          "url": "https://developer.ro.am/webhooks.json"
        }
      ]
    }
  ],
  "maintainers": [
    {
      "name": "Roam HQ Developer Support",
      "email": "developer@ro.am",
      "url": "https://developer.ro.am"
    }
  ]
}
