Create and manage bookings for bookable resources through the OfficeRnD API
domain: developer.officernd.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate via OAuth2 client credentials with a booking-relevant scope such as flex.space.bookings.create
List bookable resources (meeting rooms, hot desks, private offices) for the organization
POST to https://app.officernd.com/api/v2/organizations/{orgSlug}/bookings, either specifying an explicit resource ID or providing search parameters for OfficeRnD to find one
Associate the booking with a member and, optionally, a company
Use PUT on /bookings/{bookingId} to modify an existing booking or delete it to cancel
Known gotchas
Bookings can be created either by explicit resource ID or by search parameters — the two request shapes aren't meant to be mixed in a single call
Creating a booking requires the flex.space.bookings.create scope specifically; a members-only token will be rejected
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?