# Cobot

**Canonical:** https://apis.io/providers/cobot/  
**Website:** https://www.cobot.me/  
**APIs profiled:** 44

Cobot is coworking and flexible-workspace management software, built and operated by Upstream - Agile GmbH in Berlin, Germany. It runs the day-to-day of a coworking space or space network from one platform: memberships and plans, resource and meeting-room bookings, drop-in passes, events and ticketing, check-ins, automated invoicing and online payments, a white-label member portal and mobile app, analytics, and door access-control integrations (Kisi, Salto KS, Tapkey, Sensorberg, dormakaba Exivo). Cobot publishes a genuinely open developer surface: a 134-operation OpenAPI 3.1 contract for API 2 that follows the JSON:API standard, a legacy v1 REST API with a documented webhook event catalog, OAuth 2.0 with authorization-code + PKCE and dynamic client registration, OpenID Connect, an RFC 9727 api-catalog document, RFC 9728 protected-resource metadata, an llms.txt, and an OAuth-protected hosted MCP server at api.cobot.me/mcp.

## Kin Score — 57.8 / 100 (strong)

Scored 2026-08-17 under rubric 0.11.0. Trend: flat (+0.0 from 57.8).

| Facet | Score |
|---|---|
| Discoverability | 81.5 |
| Contract Quality | 72.3 |
| Governance | 20.8 |
| Operational Transparency | 44.7 |
| Developer Ergonomics | 69.0 |
| Commercial Clarity | 44.7 |

Regulatory layer — **Payments**: 60.9 (matched via tags).

## Agent readiness — 56.1 (agent-ready)

| Dimension | Value |
|---|---|
| Spec Presence | yes |
| Agentic Access | no |
| MCP Server | yes |
| Auth Clarity | yes |
| Idempotency | no |
| Error Semantics | verified |
| OpenAPI Examples | verified |
| Rate Limit Signal | no |
| Event Surface Described | yes |
| Agent Skills | derived |
| Well Known Catalog | no |
| Consent Identity | no |
| Agent Card | no |
| Dry Run Mode | no |

## APIs (44)

- **Cobot API v1 (legacy)** — The original Cobot REST API, still available and still the only surface that carries the webhook subscription API. Documented per-resource on dev.cobot.me/api-docs; Cobot direct...
- **Cobot MCP Server** — A hosted, remote Model Context Protocol server operated by Cobot at api.cobot.me/mcp. It is live and OAuth 2.0 protected — an anonymous tools/list returns 401 with an RFC 9728 W...
- **Cobot Allocation API** — A long-term allocation of a resource to a membership or team.
- **Cobot Approval API** — Approving terms & conditions, privacy policies etc. as a member of a space.
- **Cobot Article API** — A help desk article explaning an aspect of the space.
- **Cobot Booking API** — A booking of a resource in the booking calendar.
- **Cobot Booking Credit API** — Booking credits are added to plans and give memberships free booking time or a fixed amount of free bookings. The hourly rate of a resource can also be customized.
- **Cobot Built-in Email Customizations API** — Email customizations for emails that can be sent via Cobot.
- **Cobot Calendar Blocker API** — Blocks off a space for member/external bookings and drop-in passes.
- **Cobot Check In API** — Members check in to a space for attendance tracking and for using up their time passes.
- **Cobot Contact API** — Non-member contacts a space has.
- **Cobot Cost Center API** — Cost centers are used to categorize invoice items. Anything that can be invoiced can be assigned a cost center. When a service/charge is added to an invoice, its cost center wil...
- **Cobot Customer API** — A trial space can be converted to a customer
- **Cobot Discount Code API** — A discount code can be used to offer a discount for various products in a space.
- **Cobot Drop-In Pass API** — Purchased drop-in passes.
- **Cobot Drop-In Pass Purchase API** — A purchase of drop-in-passes, currently only supports buying one pass at a time.
- **Cobot Drop-In Pass Template API** — Drop-in pass templates are templates for drop-in passes that can be bought by visitors.
- **Cobot Event API** — Spaces can run events for their members or the public. Events are created and later published by admins, at which point members are able to see and attend them. Admins can also ...
- **Cobot External Booking API** — After a resource has been enabled for external booking (see _External Resource_) it can be booked by visitors (non-members) using external booking endpoints. Making an external ...
- **Cobot External Resource API** — A space's resources can be enabled for external booking, which means they can be booked by guests without a Cobot account or space membership. All resources enabled for external...
- **Cobot Invoice API** — Invoices are automatically generated once a month, based on members' activity. In addition, manual invoices can be generated at any time.
- **Cobot Invoice Reminder API** — Admins can send invoice reminders for overdue invoices.
- **Cobot Membership API** — Represents a person being a member in a space. Can optionally be connected to a User.
- **Cobot Membership Plan API** — The plans belonging to a membership. When a membership is signed up one of the space's plans is selected and a copy is created for the membership. A membership's plan can be cus...
- **Cobot Membership Profile API** — Social profile for a membership.
- **Cobot Navigation Link API** — Navigation links allow you to embed 3rd party apps on a space's Cobot UI. See also the single page app endpoints.
- **Cobot Network API** — Multiple spaces can form a network. This allows their members to access multiple spaces, for example to book resources.
- **Cobot Payment API** — *The payment API is in development. Endpoints may be missing or not working yet.* Payments allow any user (i.e. non-members) to pay for items on Cobot via the payment methods a ...
- **Cobot Payment Method API** — Spaces can set up payment methods that members can use to make payments to the space. Payment methods can be automated via a payment provider such as Stripe or manual (e.g. cash...
- **Cobot Product API** — Products can be set up by a space and then used as booking extras or to create charges from. Examples are coffee, projectors, additional cleaning services etc.
- **Cobot Refund API** — A full or partial refund of an invoice.
- **Cobot Resource API** — A resource can be booked on an hourly basis using the booking calendar. Examples are conference rooms, presentation equipment, bikes etc.
- **Cobot Revenue Account API** — Revenue accounts are used to categorize invoice items. Anything that can be invoiced can be assigned a revenue account. When a service/charge is added to an invoice, its revenue...
- **Cobot Single page app API** — A single page app consists of HTML, CSS and JavaScript code. It can be embedded into the Cobot UI via navigation links.
- **Cobot Space API** — A coworking space. Spaces can form a network to allow members access to multiple spaces.
- **Cobot Space Billing Details API** — Billing details of a space.
- **Cobot Space Payment Method API** — The payment method a space uses to pay their Cobot subscription.
- **Cobot Space Preview API** — Preview of a to-be-created space.
- **Cobot Space Profile API** — Public profile information such as location, phone, website, social media links.
- **Cobot Subscription API** — How much a space pays Cobot, how many members they can have and the extras they have booked.
- …and 4 more, listed in full on the page.

## MCP servers (1)

- **cobot-mcp.yml**

## Security (2)

- **Cobot Authentication** — oauth2/openIdConnect · 2 schemes
- **Cobot Domain Security** — TLSv1.2 · HSTS · DMARC

## Tags

Company, Coworking, Workspace Management, Space Management, Real Estate, Bookings, Reservations, Memberships, Invoicing, Payments, Events, Access Control, SaaS, Germany, JSON:API, OAuth

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/providers/cobot/). Scores are computed from the provider's own public artifacts under a published rubric.
