Platform Overview
Multi-Agent Fleet Intelligence
Gati coordinates specialized AI agents that work together to optimize every aspect of fleet operations — from route planning to regulatory compliance.
Agent Modules
Six Specialized Agents, One Coordinated System
Each agent is an expert in its domain. The Fleet Orchestrator coordinates them to achieve optimal outcomes.
Route Intelligence Agent
Real-time Optimization
Continuously optimizes routes based on traffic, weather, delivery windows, and vehicle constraints. Handles disruptions with automatic re-routing.
Energy Management Agent
EV & Fuel Optimization
Manages energy across mixed ICE/EV fleets. Optimizes charging schedules, monitors battery health, coordinates V2G opportunities.
Compliance Automation Agent
India-Specific Regulations
Automates the complexity of Indian logistics compliance. Generates e-way bills, manages inter-state permits, tracks document validity.
Driver Management Agent
Safety & Performance
Manages driver assignment, monitors safety, ensures HOS compliance, provides coaching in the driver's language.
Maintenance Intelligence Agent
Predictive & Prescriptive
Predicts maintenance needs from telematics, schedules service during low-demand windows, optimizes parts inventory across depots.
Fleet Orchestrator
Coordination & Optimization
The central coordinator. Resolves conflicts between agents, optimizes for fleet-wide objectives, handles exceptions and escalations.
For Developers
Gati SDK
Integrate fleet intelligence into your applications.
from gati import Gati, Fleet, Vehicle
# Initialize client
client = Gati(api_key="your-api-key")
# Get optimized routes for today's deliveries
routes = client.route.optimize(
fleet_id="fleet-mumbai-01",
deliveries=today_deliveries,
constraints={
"driver_hos": True,
"ev_range": True,
"delivery_windows": True
}
)
# Generate e-way bills for the routes
for route in routes:
ewb = client.compliance.generate_eway_bill(
vehicle=route.vehicle,
consignments=route.deliveries,
auto_submit=True
)
print(f"EWB {ewb.number} generated for {route.vehicle.registration}")
# Optimize charging schedule
schedule = client.energy.optimize_charging(
fleet_id="ev-fleet-01",
strategy="cost_minimize", # or "time_minimize"
v2g_enabled=True
)
# Check battery health across fleet
health = client.energy.battery_health(
fleet_id="ev-fleet-01"
)
for v in health.vehicles:
if v.degradation > 20:
print(f"Alert: {v.id} battery at {v.soh}% SoH")
# Subscribe to fleet events
client.webhooks.create(
url="https://your-app.com/gati-events",
events=[
"route.deviation",
"compliance.expiry_warning",
"maintenance.prediction",
"driver.fatigue_alert",
"delivery.completed"
]
)
SDK Features
- Full type hints for IDE support
- Async/await for high-throughput operations
- Pandas integration for analytics
- Real-time streaming for live tracking
- Retry logic and circuit breakers built-in
Integrations
- GST Portal (E-way Bill API)
- VAHAN / SARATHI
- Google Maps / MapMyIndia
- Fastag (NPCI)
- Major telematics providers
Use Cases
Gati Across Fleet Segments
Freight & Distribution
End-to-end optimization for trucking and distribution fleets.
- FTL/LTL route optimization
- Hub-and-spoke coordination
- E-way bill automation
- Return load matching
E-commerce & Delivery
High-density urban delivery optimization.
- Dynamic slot management
- Rider assignment optimization
- Customer ETA accuracy
- Failed delivery handling
Electric Fleet Operations
Purpose-built for the unique challenges of EV fleets.
- Range-aware routing
- Charging infrastructure planning
- Battery health management
- V2G revenue optimization
Public Transport & Buses
Schedule optimization for bus fleets and public transit.
- Demand-responsive scheduling
- Driver rotation optimization
- Depot management
- Passenger load balancing
India-Specific
Built for Indian Roads
Gati isn't a localized global product. It's built ground-up for Indian fleet operations.
- 22 languages for driver communication
- Inter-state permit complexity handled natively
- E-way bill generation and tracking
- Fastag reconciliation and toll optimization
- Tier 2/3 routing with local road knowledge
- Cash + digital payment handling
Compliance Coverage
Trust & Safety
Reliable Fleet AI
Fleet decisions have real-world consequences. Gati is built on Rotavision's trust infrastructure.
Guardian Monitoring
Every agent decision is monitored for reliability. Detect drift, hallucination, or degradation before it impacts operations.
Vishwas Explainability
Understand why Gati made each decision. Critical for driver disputes, customer complaints, and regulatory audits.
Sankalp Sovereignty
Fleet data stays in India. Complete audit trails. DPDP Act compliant. Your data, your control.
Deployment
Flexible Deployment Options
SaaS
Multi-tenant cloud deployment. Fastest time to value. Pay per vehicle.
Best for: SMB fleets, quick pilots
Dedicated Cloud
Single-tenant deployment on AWS Mumbai, Azure India, or GCP. Your own instance.
Best for: Enterprise fleets, data isolation needs
On-Premise
Deploy in your data center. Air-gapped option available for sensitive operations.
Best for: Defense logistics, government fleets
Get the complete Gati product brief with technical architecture, integration guide, and pricing.
India's logistics moves on wheels.
Gati makes them intelligent.