Tesla Agentic Access
Tesla exposes 65 API operations that an AI agent could call, of which 54 are state-changing ‘acting’ operations. This is a recommended x-agentic-access execution contract — the scope, audience, consequence tier, short-lived token constraints, and escalation each action should carry before it is handed to an autonomous agent.
By consequence: 11 read, 32 write, 8 physical, and 14 safety-critical.
14 operations are classed safety-critical and should require human-in-the-loop approval at runtime.
Contracts are classified heuristically from the provider’s OpenAPI and refresh on every APIs.io network build; audience is bound per deployment. The model follows Curity’s Access Intelligence (apidays Munich 2026). Browse every provider’s agent contracts at agentic-access.apis.io.
By consequence
Highest-consequence actions
The physical and safety-critical operations an agent could invoke — the ones that most warrant scoped tokens, tight TTLs, and escalation. Full per-operation contracts are in the source below.
| Method | Path | Consequence | Human-in-loop |
|---|---|---|---|
| POST | /api/1/vehicles/{vehicle_id}/command/adjust_volume | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/auto_conditioning_stop | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/charge_stop | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/media_next_fav | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/media_next_track | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/media_prev_fav | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/media_prev_track | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/media_toggle_playback | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/media_volume_down | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/media_volume_up | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/reset_valet_pin | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/set_cabin_overheat_protection | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/sun_roof_control | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/window_control | safety-critical | required |
| POST | /api/1/vehicles/{vehicle_id}/command/charge_max_range | physical | conditional |
| POST | /api/1/vehicles/{vehicle_id}/command/charge_port_door_close | physical | conditional |
| POST | /api/1/vehicles/{vehicle_id}/command/charge_port_door_open | physical | conditional |
| POST | /api/1/vehicles/{vehicle_id}/command/charge_standard | physical | conditional |
| POST | /api/1/vehicles/{vehicle_id}/command/charge_start | physical | conditional |
| POST | /api/1/vehicles/{vehicle_id}/command/navigation_request | physical | conditional |
| POST | /api/1/vehicles/{vehicle_id}/command/set_charge_limit | physical | conditional |
| POST | /api/1/vehicles/{vehicle_id}/command/set_charging_amps | physical | conditional |