Remote
Manage Remote employments, onboarding, time off, countries, and webhook callbacks.
Tools
| Name | Description |
|---|---|
validate_connectionShow the entities controllable by the current Remote token. | Show the entities controllable by the current Remote token. |
list_countriesList countries supported by the Remote API. | List countries supported by the Remote API. |
list_employmentsList Remote employments except deleted records. | List Remote employments except deleted records. |
get_employmentShow all information for one Remote employment. | Show all information for one Remote employment. |
update_employmentUpdate Remote employment fields that the API permits for the current employment status. | Update Remote employment fields that the API permits for the current employment status. |
invite_employmentInvite an employment to start Remote self-enrollment. | Invite an employment to start Remote self-enrollment. |
cancel_onboardingCancel onboarding for an eligible Remote employment before contract signature. | Cancel onboarding for an eligible Remote employment before contract signature. |
list_time_offList Remote time off records. | List Remote time off records. |
get_time_offShow one Remote time off record. | Show one Remote time off record. |
create_time_offCreate a Remote time off record with the documented API payload. | Create a Remote time off record with the documented API payload. |
approve_time_offApprove a requested Remote time off record. | Approve a requested Remote time off record. |
decline_time_offDecline a requested Remote time off record. | Decline a requested Remote time off record. |
cancel_time_offCancel an approved Remote time off record. | Cancel an approved Remote time off record. |
list_webhook_callbacksList Remote webhook callbacks for a company. | List Remote webhook callbacks for a company. |
create_webhook_callbackRegister a Remote webhook callback for selected event names. | Register a Remote webhook callback for selected event names. |
delete_webhook_callbackDelete a Remote webhook callback. | Delete a Remote webhook callback. |
custom_api_callMake a scoped custom call to the Remote /v1 API. | Make a scoped custom call to the Remote /v1 API. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive any Remote webhook payload. Register the callback URL in Remote with the Create Webhook Callback action. | Receive any Remote webhook payload. Register the callback URL in Remote with the Create Webhook Callback action. |
time_off_requestedReceive Remote webhook payloads for timeoff.requested. | Receive Remote webhook payloads for timeoff.requested. |
employment_onboarding_cancelledReceive Remote webhook payloads for employment.onboarding.cancelled. | Receive Remote webhook payloads for employment.onboarding.cancelled. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('remote', 'validate_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'remote',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Remote to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Remote support?
Remote supports 17 tools including Validate Connection, List Countries, List Employments, Get Employment, Update Employment, and more.
Can I use Remote with AI agents?
Yes. Add Remote to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Remote be used in stateful agent workflows?
Yes. Agents can combine Remote tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Remote use?
Remote uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Remote integration cost?
The Remote integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Remote support?
Remote supports 3 triggers including Webhook Event Received, Time Off Requested, Employment Onboarding Cancelled.
Connect Remote in minutes
Get 20,000 free action executions every month. No credit card required.