Weavz
Samsara

Samsara

Manage Samsara fleet vehicles, drivers, vehicle stats feeds, route lifecycle actions, and webhook events.

7 tools
2 triggers

Tools

Name
list_vehicles

List Samsara vehicles with bounded pagination and optional tag filters.

get_vehicle

Fetch one Samsara vehicle by exact vehicle ID.

list_drivers

List Samsara drivers with bounded pagination. Driver PII is returned only when the token scope allows it.

get_vehicle_stats_feed

Read Samsara vehicle stats feed updates. Store and pass the returned cursor to continue from the last feed position.

create_route

Create a Samsara route plan using the documented route request body.

update_route

Update a Samsara route plan by exact route ID using documented route fields.

delete_route

Delete a Samsara route plan by exact route ID.

Triggers

Name
vehicle_stats_updated

Poll Samsara vehicle stats feed after an initial baseline cursor.

webhook_event_received

Receive Samsara webhook events such as vehicle, driver, route, geofence, issue, and alert events. Signature verification is not performed by this trigger.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('samsara', 'list_vehicles', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'samsara',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Samsara to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Samsara support?

Samsara supports 7 tools including List Vehicles, Get Vehicle, List Drivers, Get Vehicle Stats Feed, Create Route, and more.

Can I use Samsara with AI agents?

Yes. Add Samsara 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 Samsara be used in stateful agent workflows?

Yes. Agents can combine Samsara 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 Samsara use?

Samsara uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Samsara integration cost?

The Samsara integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Samsara support?

Samsara supports 2 triggers including Vehicle Stats Updated, Webhook Event Received.

Connect Samsara in minutes

Get 20,000 free action executions every month. No credit card required.