CONNECT APP
Build with Navan
The #1 Corporate Travel Management Platform
Travel
- API key
MCP
Give your agent Navan tools
Every Navan action is exposed as an MCP tool on Pipedream's remote server. Point a client at it with your end user's ID and Connect resolves that user's Navan account for each tool call — you store no tokens.
API PROXY
Call the Navan API directly
For an endpoint with no pre-built tool, the Connect proxy forwards your request to the Navan API with the connected user's credentials attached. You store no tokens and write no refresh logic.
SDK
Run Navan actions from your backend
Connect a user's Navan account once, then run Create User on their behalf from your own code — TypeScript, Python, or plain HTTP.
TOOLS
Navan actions
On-demand operations your product or agent can configure and run on behalf of a connected user.
-
Create User
actionCreates a new user in the system. See the documentationWritev0.0.1 -
Get User
actionRetrieves a specific user by their unique identifier. See the documentationRead-onlyv0.0.1 -
List User ID Options
actionRetrieves available options for the User ID field.Read-onlyv0.0.1 -
List Users
actionRetrieves a paginated list of all users in the company. See the documentationRead-onlyv0.0.2 -
Replace User
actionReplaces an entire user resource (full update). See the documentationWritev0.0.1 -
Update User
actionPerforms partial updates to a user using SCIM patch operations. See the documentationWritev0.0.1
No Navan triggers are available yet.
- App slug
- navan
- Authentication
- API key
- Categories
- Travel
- Actions
- 6
- Triggers
- 0
- API proxy
- Available