Envoy

Envoy

API integration

Expand your

Default

integrations with the

Envoy

API integration.

Perform all CRUD operations through our Proxy and Unified APIs.

Perform all CRUD operations through our Proxy and Unified APIs.

Trusted by world-class product and engineering teams

  • Claira
  • Senja
  • springworks
  • TruvaAI
  • Sprinto
  • Dos&Co
  • Spendflo
  • Dos&Co
  • ZenAdmin
  • Cloudficient

Trusted by world-class product and engineering teams

  • Claira
  • Senja
  • Springworks
  • TruvaAI
  • Sprinto
  • SaaSMonk
  • Spendflo
  • Dos&Co
  • ZenAdmin
  • Cloudficient
  • Findr

superAI

Comprehensive Envoy AI Agent toolset with fine-grained access control and MCP Server capabilities. Envoy MCP Servers works seamlessly with Cursor and Claude AI editors for immediate consumption. Integrates with all popular LLM frameworks including LangChain and PyDantic for advanced AI orchestration.

update_a_envoy_desk_by_id

Update a desk in Envoy using id. Returns fields such as id, name, assignedTo, isAvailable, locationI…

delete_a_envoy_desk_by_id

Delete a desk in Envoy using id. Requires id. The response returns a null object in data indicating…

list_all_envoy_desks

List desks in Envoy. Returns each desk's id, name, createdAt, updatedAt, availability (isAvailable),…

get_single_envoy_desk_by_id

Get a desk in Envoy using id. Returns fields such as id, name, createdAt, updatedAt, isAvailable, as…

create_a_envoy_desk

Create a desk in Envoy using locationId, floorId, and name. Returns id, name, createdAt, updatedAt,…

get_single_envoy_space_by_id

Get a space in Envoy using id. Returns key fields such as id, name, type, createdAt, updatedAt, loca…

list_all_envoy_spaces

List spaces in Envoy such as desks or rooms. Returns id, name, type, createdAt, updatedAt, isAvailab…

get_single_envoy_reservation_by_id

Get a reservation in Envoy by id. Returns reservation details including startTime, endTime, status,…

envoy_reservations_check_in

Check-in to a reservation in Envoy using id. This action starts the reservation and returns no conte…

envoy_reservations_cancel

Cancel a pending reservation in Envoy using id. This makes the reserved space available for others t…

envoy_reservations_check_out

End an active reservation in Envoy using id. Completes the reservation, frees the space for others,…

list_all_envoy_reservations

List reservations in Envoy limited to a maximum of 30 days' worth of data. Returns fields including…

create_a_envoy_reservation

Create a reservation in Envoy for a specific user. Requires locationId, spaceType, userEmail, and st…

create_a_envoy_blocklist_entry

Create a blocklist entry in Envoy. Requires emails, reason, and locationId. Returns id, emails, reas…

update_a_envoy_blocklist_entry_by_id

Update a blocklist entry in Envoy by id. Returns id, emails, fullName, reason, locationId, photoUrl,…

delete_a_envoy_blocklist_entry_by_id

Delete a blocklist entry in Envoy using id. Returns a void object in the response when successful.…

list_all_envoy_blocklist_entries

List blocklist-entries in Envoy. Returns id, emails, fullName, reason, locationId, photoUrl, created…

get_single_envoy_blocklist_entry_by_id

Get a specific blocklist entry in Envoy by id. Returns id, emails, fullName, reason, locationId, pho…

envoy_work_schedules_check_out

Check out a WorkSchedule in Envoy using id. This signs out the employee associated with the work sch…

get_single_envoy_work_schedule_by_id

Get a specific work-schedule in Envoy using id. Returns fields including id, expectedArrivalAt, expe…

delete_a_envoy_work_schedule_by_id

Delete a specific work-schedule in Envoy. Requires id. Returns 204 No Content indicating successful…

envoy_work_schedules_check_in

Check in a WorkSchedule in Envoy using id. Signs the employee in for the day. Returns 204 No Content…

list_all_envoy_work_schedules

List WorkSchedules in Envoy. Returns id, expectedArrivalAt, expectedDepartureAt, arrivedAt, departed…

create_a_envoy_work_schedule

Create a new WorkSchedule for a given employee at a specific location in Envoy. Requires locationId,…

update_a_envoy_recurring_invite_by_id

Update a recurring invite in Envoy using id. The flowId and hostEmployeeId must match the locationId…

create_a_envoy_recurring_invite

Create a recurring invite in Envoy. Requires startTime, recurrenceRule, locationId, invitee, and flo…

get_single_envoy_recurring_invite_by_id

Get details of a specific recurring invite in Envoy using id. Returns fields such as id, createdAt,…

envoy_invites_check

Check in an invite in Envoy using id. Converts an invite into an entry record. Returns id, fullName,…

update_a_envoy_invite_by_id

Update an invite in Envoy by id. The flowId and hostEmployeeId must match the locationId, or the upd…

delete_a_envoy_invite_by_id

Delete an invite by id in Envoy. Requires id. Returns an empty data object indicating successful del…

list_all_envoy_invites

List all invites in Envoy. Returns id, createdAt, updatedAt, expectedArrivalAt, expectedDepartureAt,…

get_single_envoy_invite_by_id

Get an invite by id in Envoy. Requires id. Returns fields including id, createdAt, updatedAt, expect…

create_a_envoy_invite

Create an invite in Envoy. Requires invite data including expectedArrivalAt, invitee, type, and loca…

update_a_envoy_entry_by_id

Update an entry in Envoy using id. Returns entry details including id, fullName, email, isDelivery,…

get_single_envoy_entry_by_id

Get a specific entry in Envoy by id. Returns key details including id, fullName, email, signedInAt,…

list_all_envoy_entries

List entries in Envoy. Returns id, fullName, email, signedInAt, signedOutAt, host, invite, and other…

create_a_envoy_entry

Create an entry in Envoy by providing locationId, flowId, and fullName. Returns entry details includ…

list_all_envoy_flows

List flows in Envoy. Returns id, name, type, enabled, locationId, createdAt, and updatedAt for each…

get_single_envoy_flow_by_id

Get details for a specific flow in Envoy using id. Returns id, name, type, enabled status, locationI…

list_all_envoy_employees

List employees in Envoy. Returns id, name, email, locationIds, createdAt, and updatedAt for each emp…

get_single_envoy_employee_by_id

Get an employee in Envoy by id. Returns id, name, email, locationIds, createdAt, and updatedAt field…

get_single_envoy_location_by_id

Get a location in Envoy using id. Returns id, name, address, enabled, companyId, locale, logoUrl, ti…

list_all_envoy_locations

List locations in Envoy for a specific company. Returns each location's id, name, address details, e…

list_all_envoy_companies

List companies in Envoy. Returns id, name, locationIds, createdAt, updatedAt, and subscriptions for…

Enhanced

Envoy

with AI Capabilities

AI Agent Toolset

AI Agent Toolset

MCP Server capabilities for seamless AI tool calling across all integration APIs

MCP Server capabilities for seamless AI tool calling across all integration APIs

Fine-Grained Control

Fine-Grained Control

Granular access control for all operations with custom method support

Granular access control for all operations with custom method support

Unlimited Customization

Unlimited Customization

Customize tool descriptions and parameters down to the finest detail for a workflow that feels built for you.

Customize tool descriptions and parameters down to the finest detail for a workflow that feels built for you.

Developer-First

Developer-First

Integrate with MCP clients like Cursor and Claude, or use frameworks like Langchain

Integrate with MCP clients like Cursor and Claude, or use frameworks like Langchain

Unified APIs for

Envoy

Skip writing code for every integration. Save time by using Truto's category-specific Unified APIs. You can use the schema we provide out of the box or customize and override the mappings to suit your needs with AI.

Users

The User object represents a User.

Unified User Directory API

Proxy API for

Envoy

Access all of the

Envoy

API without worrying about authentication and pagination. 

Truto's Proxy APIs are a 1-to-1 mapping of the

Envoy

Default

API.

API call us you

You call us, we call

Envoy

and pass the response back in the same cycle.

Access all of the

Envoy

API without worrying about authentication and pagination. 

Truto's Proxy APIs are a 1-to-1 mapping of the

Envoy

Default

API, you call us

we call

Envoy

and pass the response back in the same cycle.

Account Linking

Account Linking

Use Truto's frontend SDK to link your

customer's

Envoy

account.

We handle all the OAuth and API key flows. You do not need to create the OAuth app as well.

Account Linking

Account Linking

Use Truto's frontend SDK to link your

customer's

Envoy

account.

We handle all the OAuth and API key flows. You do not need to create the OAuth app as well.

Seamless authentication 

Don't spend time refreshing access tokens, and figuring out how to store them securely. We do it for you.

We also sprinkle them into the API requests. So you just have to deal with 1 API key, ours.

Seamless authentication 

Don't spend time refreshing access tokens, and figuring out how to store them securely. We do it for you.

We also sprinkle them into the API requests. So you just have to deal with 1 API key, ours.

Unified response format

Unified response format

Truto follows a single response format for it's Proxy and Unified APIs across all the integrations.

into a unified cursor based pagination and all of the data is always present in the result attribute.

Envoy

We translate

pagination

Unified response format

Unified response format

Truto follows a single response format for it's Proxy and Unified APIs across all the integrations.

into a unified cursor based pagination and all of the data is always present in the result attribute.

Envoy

We translate

pagination

Get

Get

Envoy

Envoy

integrated into your app

integrated into your app

without the hassle

without the hassle

Our team understands what it takes to make a unified API implementation successful.

Our team understands what it takes to make a unified API implementation successful.

Boost customer satisfaction

Boost customer satisfaction

When customers can easily integrate their new products into their existing systems, they’re more likely to stick around. It’s just common sense!

Developers

Empower engineers

Who wants to do boring grunt work? Not engineers! By taking care of integrations for them, they’ll have more time to focus on what really matters - making a great product.

Profits

Boost profits 

Optimise developer resources. Truto frees up time and saves money. Say hello to a healthier bottom line!

Wow Experience

Wow your prospects

Say 'Yes' to every integration request your prospects ask you for. Integrations should not deter deal closures.

Powered by AI

Tick Icon

Customize the mappings as you need using AI.

Tick Icon

Build your own unified API from scratch, aided by AI.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

Take back focus where it matters. Let Truto do integrations.

Learn more about our unified api service and solutions. A short, crisp 30 minute call with folks who understand the problem of alternatives.

We have been able to dramatically accelerate our GTM timeline by several months as a result of Truto. The devs at Truto worked with us to build a unified API structure with our team so that we have a solid base for future integrations as well. The support has been very quick to respond to our inquiries and provide timely resolutions for our requests.

Josh Benson,

CEO of Omnitrain