The API library built by AI vibe coders, for AI vibe coders.
Search, install, and ship faster.
💡 Semantic search: describe what you need in natural language
Semantic search to find the perfect API in natural language. MCP compatible.
Forks, issues, pull requests. Improve APIs together.
Automated tests, security scanning, verified namespace via GitHub.
Publish your API with a simple HIVE.yaml file
name: notion-sync
version: 1.0.0
description: Bidirectional sync with Notion
capabilities:
- read_database
- write_pages
requires:
env: [NOTION_API_KEY]
Install with a single command
beepack install notion-sync
Or ask your AI:
"Connect me to Notion to sync my database"
Native MCP integration
// AI searches automatically
const api = await beepack.search({
query: "sync Notion database",
capabilities: ["read_database"]
});
// And installs the best match
await beepack.install(api[0].slug);
Beepack is designed to be queried by AIs
GET /api/v1/search?q=notion+sync
GET /api/v1/packages/notion-sync
GET /api/v1/download?slug=notion-sync
API Documentation →
{
"tools": [
{
"name": "search_packages",
"description": "Search for APIs"
},
{
"name": "install_package",
"description": "Install an API"
}
]
}
MCP Guide →
Publish your first API in minutes. No credit card required.
Get Started for Free