Recommendations API
Recommendations compare your active compute against current pricing.
GET /v1/recommendations
curl https://api-staging.pulserun.dev/v1/recommendations \
-H "Authorization: Bearer YOUR_API_KEY"Typical response includes:
- current instances evaluated
- cheaper alternatives, if found
- estimated monthly savings
- a fallback message when no active instances exist
GET /v1/recommendations/summary
curl https://api-staging.pulserun.dev/v1/recommendations/summary \
-H "Authorization: Bearer YOUR_API_KEY"Returns a compact savings summary and recommendation count.