Base URL
Use the production API host:Authentication
Every trusted request must include a Bearer token in theAuthorization header. Use a workspace API key for server-side integrations, or a session access token from POST /api/v1/auth/token for programmatic user authentication:
Available integration surface
Public REST API
Create, read, update, and delete versioned task and property contracts with workspace API keys.
Trellis MCP Server
Connect MCP-compatible clients to Trellis tools.
Authentication
Workspace API keys and programmatic session authentication.
Contract versions
Open the interactive REST reference at app.trellistech.com/public-docs.
What MCP tools can access
The hosted MCP server exposes Trellis operational tools for workspace data such as tasks, properties, reservations, conversations, workforce, knowledge base, and automations. Write actions are gated by the tool contract and should be paired with explicit user confirmation in your client.API keys remain workspace-scoped. Server integration keys can access only the explicit workspace
grants selected by an administrator. MCP client keys remain limited to their owner workspace.