SKOOR Fleet
Score and manage entire autonomous fleets
Vehicles, drones, robots, IoT — in one dashboard. Portfolio risk aggregation, fleet comparison, and trend analysis.
Fleet Intelligence
Batch Scoring
Score hundreds of entities in a single API call. Upload a CSV or POST a JSON array. Results stream back as they compute.
Portfolio Risk
Aggregate individual entity scores into a fleet-level risk profile. Weighted by entity value, usage frequency, or custom criteria.
Fleet Comparison
Benchmark your fleet against industry averages. Compare score distributions, tier breakdowns, and improvement trajectories across fleets.
Trend Analysis
Track fleet health over time. Identify entities trending down before they become a problem. Automated alerts on fleet-wide score changes.
Supported Entity Types
SKOOR Fleet supports 6 entity types today, with more added regularly.
Vehicles
Cars, trucks, autonomous vehicles. VIN-level scoring with DMV and NHTSA data.
Drones
Commercial and industrial UAVs. FAA UAS registration and flight compliance.
Robots
Delivery robots, warehouse automation, industrial arms. Operational telemetry scoring.
IoT Devices
Helium network sensors, connected infrastructure, smart meters.
AI Agents
Software agents with on-chain identity (ERC-8004). Transaction and feedback scoring.
Mixed Fleets
Combine any entity types in a single portfolio. Cross-type risk aggregation.
Fleet API
Score an entire fleet in a single request. Returns individual scores plus aggregated portfolio metrics.
# Batch score a fleet
curl -X POST \
-H "X-API-Key: sk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"entities": ["0xABC...", "0xDEF...", "0x123..."]}' \
https://api.agentfinancial.ai/v1/fleet/score
# Response
{
"portfolio": { "avgScore": 712, "riskLevel": "low" },
"entities": [ ...individual scores ]
}
See Scores in Action
Score your fleet today
Upload your entity list and get portfolio-level risk assessment in seconds.