API catalog
Every API on the Vibe App Store is machine-discoverable. Coding agents can find, authenticate, and call these APIs without a human in the loop.
Built for agents
Point your agent at these well-known endpoints to enumerate the catalog and connect.
Sentiment API
No authSentiment API — score text sentiment in one call.
Base URL
https://api.sentiment-api.dev/v1curl https://api.sentiment-api.dev/v1/
Summarizer MCP
No authSummarizer MCP — summarize any URL via MCP.
Base URL
https://api.summarizer-mcp.dev/v1curl https://api.summarizer-mcp.dev/v1/
Weather Bolt API
API keyWeather Bolt API — fetch hyperlocal weather.
Base URL
https://api.weather-bolt-api.dev/v1curl https://api.weather-bolt-api.dev/v1/ \ -H "X-API-Key: $VIBE_API_KEY"
GeoCode API
API keyGeoCode API — turn addresses into coordinates.
Base URL
https://api.geocode-api.dev/v1curl https://api.geocode-api.dev/v1/ \ -H "X-API-Key: $VIBE_API_KEY"