Gather website screenshot

Gather

Gather (gather.town) is a video-calling platform that places people in a navigable 2D virtual space, letting multiple groups hold separate conversations in parallel and walk in and out of them as easily as they would in real life. It is used for remote and hybrid offices, conferences, and events. Gather exposes a public HTTP API for programmatically creating spaces and reading/writing the map (room) data of a space, plus managing a space's email guestlist, and a realtime WebSocket "game" API (via the official @gathertown/gather-game-client SDK) for subscribing to player/movement/chat events and driving avatars or bots. API keys are generated at gather.town/apiKeys and require Admin or Builder permission on the target space. Gather was surfaced as a portfolio company of Index Ventures and True Ventures and enriched into the API Evangelist network.

Gather publishes 3 APIs on the APIs.io network: Guestlist API, Maps API, and Spaces API. Tagged areas include Company, Future Of Work, Virtual Office, Video Conferencing, and Collaboration.

Gather’s developer surface includes authentication, documentation, API reference, getting-started guide, support, engineering blog, pricing, and 21 more developer resources.

38.8/100 thin ▬ flat Agent 36/100 agent ready Full breakdown ↓
scored 2026-08-10 · rubric v0.9.1
AccessSelf serve
3 APIs 1 MCP Servers
CompanyFuture Of WorkVirtual OfficeVideo ConferencingCollaborationMetaverseRemote WorkEvents

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-10 · rubric v0.9.1
Composite quality — 38.8/100 · thin
Contract Quality 4.0 / 25
Developer Ergonomics 12.5 / 20
Commercial Clarity 8.9 / 20
Operational Transparency 2.7 / 13
Governance 1.4 / 12
Discoverability 9.3 / 10
Agent readiness — 36/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/gather: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Gather Guestlist API

Manage the email guestlist (members/guests) of a space

Gather Maps API

Read and write the map/room data of a space

Gather Spaces API

Create and manage Gather spaces

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

gather-mcp.yml

MCP SERVER

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Gather Authentication

apiKey · 1 scheme

SECURITY

Gather Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: gather
name: Gather
description: Gather (gather.town) is a video-calling platform that places people in a navigable 2D virtual space, letting
  multiple groups hold separate conversations in parallel and walk in and out of them as easily as they would in real life.
  It is used for remote and hybrid offices, conferences, and events. Gather exposes a public HTTP API for programmatically
  creating spaces and reading/writing the map (room) data of a space, plus managing a space's email guestlist, and a realtime
  WebSocket "game" API (via the official @gathertown/gather-game-client SDK) for subscribing to player/movement/chat events
  and driving avatars or bots. API keys are generated at gather.town/apiKeys and require Admin or Builder permission on the
  target space. Gather was surfaced as a portfolio company of Index Ventures and True Ventures and enriched into the API Evangelist
  network.
url: https://raw.githubusercontent.com/api-evangelist/gather/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- index-ventures
- true-ventures
x-tier: stub
x-tier-reason: portfolio-lead
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://app.gather.town/images/site/site_preview.png
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Future Of Work
- Virtual Office
- Video Conferencing
- Collaboration
- Metaverse
- Remote Work
- Events
apis:
- aid: gather:gather-guestlist-api
  name: Gather Guestlist API
  description: Manage the email guestlist (members/guests) of a space
  humanURL: https://gathertown.notion.site/Gather-HTTP-API-3bbf6c59325f40aca7ef5ce14c677444
  baseURL: https://api.gather.town
  tags:
  - Guestlist
  properties:
  - type: OpenAPI
    url: openapi/gather-guestlist-api-openapi.yml
- aid: gather:gather-maps-api
  name: Gather Maps API
  description: Read and write the map/room data of a space
  humanURL: https://gathertown.notion.site/Gather-HTTP-API-3bbf6c59325f40aca7ef5ce14c677444
  baseURL: https://api.gather.town
  tags:
  - Maps
  properties:
  - type: OpenAPI
    url: openapi/gather-maps-api-openapi.yml
- aid: gather:gather-spaces-api
  name: Gather Spaces API
  description: Create and manage Gather spaces
  humanURL: https://gathertown.notion.site/Gather-HTTP-API-3bbf6c59325f40aca7ef5ce14c677444
  baseURL: https://api.gather.town
  tags:
  - Spaces
  properties:
  - type: OpenAPI
    url: openapi/gather-spaces-api-openapi.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: OpenAPI
  url: openapi/_original/gather-http-api-openapi.yml
- type: Authentication
  url: authentication/gather-authentication.yml
- type: DomainSecurity
  url: security/gather-domain-security.yml
- type: Packages
  url: packages/gather-packages.yml
- type: SDKs
  url: packages/gather-packages.yml
- type: WellKnown
  url: well-known/gather-well-known.yml
- type: MCPServer
  url: mcp/gather-mcp.yml
- type: LLMsTxt
  url: llms/gather-llms.txt
- type: Overlay
  url: overlays/gather-http-api-overlay.yaml
- type: Conformance
  url: conformance/gather-conformance.yml
- type: ErrorCatalog
  url: errors/gather-problem-types.yml
- type: Lifecycle
  url: lifecycle/gather-lifecycle.yml
- type: StatusPage
  url: https://status.gather.town/
- type: Conventions
  url: conventions/gather-conventions.yml
- type: DataModel
  url: data-model/gather-data-model.yml
- type: AgentSkill
  url: skills/_index.yml
- type: DeveloperPortal
  url: https://support.gather.town/hc/en-us/categories/api-integration
- type: Documentation
  url: https://gathertown.notion.site/Gather-HTTP-API-3bbf6c59325f40aca7ef5ce14c677444
- type: APIReference
  url: https://gathertown.notion.site/Gather-HTTP-API-3bbf6c59325f40aca7ef5ce14c677444
- type: GettingStarted
  url: https://github.com/gathertown/api-examples
- type: GitHubOrganization
  url: https://github.com/gathertown
- type: Support
  url: https://support.gather.town/
- type: Blog
  url: https://gather.town/blog
- type: Pricing
  url: https://gather.town/pricing
- type: SignUp
  url: https://app.gather.town/signup
- type: TermsOfService
  url: https://gather.town/terms
- type: PrivacyPolicy
  url: https://gather.town/privacy
- type: Website
  url: https://gather.town/
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence