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

Sentiment API — score text sentiment in one call.

No auth
Base URLhttps://api.sentiment-api.dev/v1
curl https://api.sentiment-api.dev/v1/
Summarizer MCP

Summarizer MCP — summarize any URL via MCP.

No auth
Base URLhttps://api.summarizer-mcp.dev/v1
curl https://api.summarizer-mcp.dev/v1/
Weather Bolt API

Weather Bolt API — fetch hyperlocal weather.

API key
Base URLhttps://api.weather-bolt-api.dev/v1
curl https://api.weather-bolt-api.dev/v1/ \
  -H "X-API-Key: $VIBE_API_KEY"
GeoCode API

GeoCode API — turn addresses into coordinates.

API key
Base URLhttps://api.geocode-api.dev/v1
curl https://api.geocode-api.dev/v1/ \
  -H "X-API-Key: $VIBE_API_KEY"