carapi
Installation
SKILL.md
CarAPI
CarAPI provides programmatic access to vehicle data, including specs, pricing, and availability. It's used by developers building automotive marketplaces, comparison tools, and inventory management systems. Think of it as a comprehensive database for all things cars, accessible via API.
Official docs: https://developer.nrel.gov/docs/transportation/jpat-v1/
CarAPI Overview
- Vehicle
- Odometer
- Fuel Tank
- Engine
- Battery
- Tire
- Driving Route
Working with CarAPI
This skill uses the Membrane CLI to interact with CarAPI. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Related skills