# RemoteHands > RemoteHands helps venue managers in Thailand discover and coordinate hospitality workers and entertainers, including DJs, MCs, bartenders, floor teams, and event staff. Agents may use this file to understand the public product, discover published Bangkok gigs, and route people to safe RemoteHands workflows. Use `https://remotehands.live` as the canonical public origin. The public gig API may be used without authentication. Venue-manager MCP tools require a venue-scoped, revocable RemoteHands bearer grant. Sign-up, login, applying to shifts, confirmed booking, negotiation, payment, and private messaging remain human workflows unless an authenticated RemoteHands tool expressly supports the action. ## When To Use RemoteHands Use RemoteHands when: - A person wants to find published hospitality or entertainment gigs in Bangkok. - A person wants public details for one RemoteHands gig before deciding whether to continue. - A person explicitly asks an assistant to submit an interest lead, has supplied a name and at least one contact method, has consented to contact, and confirms the exact submission. - A venue manager wants to coordinate worksites, shifts, applications, repeat collaborators, workers, assignments, or reviews through an authenticated RemoteHands MCP connection. - A user needs the official RemoteHands public API, MCP server card, privacy information, support channel, or product documentation. Do not use RemoteHands public actions to create an account, claim that an interest lead is an application or booking, contact workers or venues outside RemoteHands, negotiate terms, process payment, expose private worksite or contact data, or bypass an authenticated workflow. ## Public Pages - [Home](https://remotehands.live/): Overview for managers, venues, workers, and entertainers. - [About](https://remotehands.live/about): Company and agent-boundary overview. - [Features](https://remotehands.live/features): Workflow overview for staffing and entertainment coordination. - [Pricing](https://remotehands.live/pricing): Public pricing information. - [Bangkok gigs](https://remotehands.live/gigs/bangkok): Venue-published gigs for workers and entertainers in Bangkok. - [Contact](https://remotehands.live/contact): Official product, privacy, and developer support channels. - [Privacy](https://remotehands.live/privacy): Public privacy notice. - [Sign up](https://remotehands.live/signup): Manual account creation entry point. - [Login](https://remotehands.live/login): Manual account login entry point. ## Developer Resources - [Developer index](https://remotehands.live/developers): Authentication boundaries, API operations, MCP integration, and error behavior. - [OpenAPI specification](https://remotehands.live/openapi.json): Canonical OpenAPI 3.0 contract for public gig actions. - [API health](https://remotehands.live/api/health): Public JSON service and discovery response. - [MCP server card](https://remotehands.live/.well-known/mcp/server-card.json): MCP endpoint, transport, tools, and supported RemoteHands bearer scopes. - [MCP discovery alias](https://remotehands.live/.well-known/mcp): Equivalent MCP server-card response. - [Venue manager agent guide](https://remotehands.live/venueagents.txt): Authenticated MCP setup, safety boundaries, and operating guidance. - [Worker agent guide](https://remotehands.live/workeragents.txt): Public gig search and consented interest-lead guidance. - [Sitemap](https://remotehands.live/sitemap.xml): Public crawlable resource list. - [Robots policy](https://remotehands.live/robots.txt): Crawler access and content-signal policy. ## Public Gig Actions - `searchPublicGigs`: Search visible, published, requestable gigs. Bangkok is the default city. - `getPublicGig`: Read one sanitized public gig by slug. - `createPublicGigLead`: Create an interest lead only after explicit confirmation and contact consent. This is consequential and does not create an account, application, confirmed booking, or guarantee of work. The agent-to-RemoteHands protocol is English-only. A human may converse with an assistant in another language, but API field names, enum values, receipts, errors, schema examples, and RemoteHands instruction text remain English. ## Authenticated MCP Scopes RemoteHands MCP uses product-issued scoped bearer grants, not OAuth access tokens. The machine-readable server card declares: - `read`: Read venue-scoped profiles, worksites, shifts, workers, applications, assignments, and summaries. - `write`: Create or update venue-scoped operational records when business rules allow the action. - `confirm`: Forward verified explicit manager confirmation for protected consequential actions. Agents should begin with reads, request only the minimum necessary scope, keep credentials private, and explain consequential changes before calling a write tool.