Bellwork API
K-12 market intelligence for applications, agents, and CRM workflows
Bellwork exposes its K-12 district, school, contact, signal, opportunity, and brief data through a versioned JSON API and an MCP server.
The API is designed for server-side integrations: search the national catalog, monitor fresh signals, organize work in seller-specific projects, and start or retrieve researched briefs for a district or school.
Base URL
https://www.bellwork.ai/api/v1Send an API key as a Bearer token:
curl -H "Authorization: Bearer sk_live_..." \
https://www.bellwork.ai/api/v1/projectsAPI keys are organization credentials. Keep them on your server; never embed one in browser or mobile application code.
Access model
Core district and school records are available on every plan. Rich intelligence layers—signals, news, leadership, vendor data, and briefs—are available automatically to enterprise/internal organizations and are follow-gated on the free tier. Contact details use a separate reveal allowance.
There are no credits and no per-entity unlock purchases.
Where to go next
The machine-readable OpenAPI document is available at
/api/openapi.json.