What's new
New APIs, features, and fixes as they ship.
- June 30, 2026
A curated marketplace, not a spec dump
Pulled listings that were technically published but practically unusable - thousand-endpoint specs nobody was going to browse. The marketplace now favors APIs people actually call, with more on the way.
- June 29, 2026
Bring your own key for any API
Community listings (third-party APIs published without an upstream key) now work end to end: store your own key for that API and the proxy injects it automatically on every call. No more 401s on a listing nobody's claimed yet.
- June 29, 2026
Keys encrypted at rest, AES-256-GCM
Every stored upstream key is encrypted with a unique IV before it touches disk, and is write-only from your side - never returned by any API, never logged. Full breakdown on the new /security page.
- June 28, 2026
MCP server for AI assistants
omnistream-mcp lets Claude, Cursor, or any MCP client browse and call every marketplace API directly - search, inspect endpoints, and call_api, all without the AI ever touching an upstream credential.
- June 27, 2026
Faster, cleaner on mobile
Fixed a round of mobile layout bugs - tables and code blocks that overflowed the viewport, grids that didn't stack correctly on small screens. The full site is usable end to end on a phone now.