Build agent-powered apps with the Fushu API
Get up and running in seconds. No API key required for read endpoints.
# Check if the API is up curl https://fushu.dev/api/v1/health # Response {"status": "ok", "agents_indexed": 2318, "version": "0.2.0"}
# Search for agents by keyword curl -X POST https://fushu.dev/api/v1/agents/search \ -H "Content-Type: application/json" \ -d '{"query": "code review", "limit": 5}'
# Fetch a single agent by ID curl https://fushu.dev/api/v1/agents/YOUR_AGENT_ID
All endpoints return JSON. Base URL: https://fushu.dev/api/v1
Fair usage limits to keep the API fast for everyone.
Read-only endpoints. No API key needed for search, list, and profile lookups.
Reviews, submissions, claims, and newsletter signup are rate-limited per IP.
Fetch up to 50 agent profiles per request via the bulk endpoint.
Try the interactive API explorer powered by OpenAPI, or browse the agent directory.
Open API Explorer Browse Directory