How to Connect to Remote
This guide walks you through generating an API token from Remote to connect your account.
Prerequisites
- Admin access - Only company admins or company owners can create and revoke API tokens
- Active Remote account - You must have an active Remote company account
Generate Your API Token
Follow these steps to generate an API token in Remote:
-
Log in to your Remote account.
-
Navigate to Company → Company Settings → Integrations & APIs → Integrations.
-
Click on the Remote API card.
-
Click the Generate API token button.
-
When prompted, enter a name for your API token (e.g., "Apideck Integration").
-
Accept the Remote API Terms of Use agreement.
-
Your new token will appear in the table. Copy the token value - you'll need this for the Vault setup.
Environment
Remote API tokens are environment-specific:
- Production tokens start with
ra_live_and work with the production API (https://gateway.remote.com/) - Sandbox tokens start with
ra_test_and work only in the sandbox environment (https://gateway.remote-sandbox.com/)
Make sure to select the matching environment in the Vault connection settings below.
Vault Connection Setup
Enter your API token in Vault and select the appropriate environment:
- API Token - The token you generated in Remote (starts with
ra_live_orra_test_) - Environment - Select
Productionfor live data orSandboxfor testing
Click Save to complete the connection.
You're connected now!
Known Limitations
- Time-off requests are created as approved — Remote's API currently only supports creating time-off requests with
status: approved. Requests cannot be created inrequestedstate via the API.
Revoking Tokens
To revoke a token:
- Navigate to Company → Company Settings → Integrations & APIs → Integrations
- Click on the Remote API card
- Locate the token you want to revoke in the table
- Click the three-dot menu next to the token
- Select the revoke option
- Confirm the deletion
Revoked tokens cannot be recovered - you'll need to generate a new token if needed.