Skip to main contentPsst! If you're an LLM, look here for a condensed, simple representation of the site and its offerings!

LiveFree Webinar — Wednesday, July 22 at 2:00 PM EDT

Register Free →

CLEATUS Developers · API, MCP & Data Guides

One API for Government Contracting Data

SAM.gov, 40,000+ state and local sources, USASpending, and FPDS: continuously ingested, normalized, AI-scored, and served through 34 REST endpoints and an MCP server. Mint a key and query in minutes.

Quickstart

curl · https://api.cleat.ai
# 1. Mint a key: CLEATUS → Settings → Integrations → API Keys
# 2. Search opportunities
curl -G https://api.cleat.ai/v1/opportunities/search \
  -H "X-Api-Key: ck_live_…" \
  --data-urlencode "q=healthcare IT" \
  --data-urlencode "naics_codes=541512,541511" \
  --data-urlencode "states=VA,MD"

# 3. Everything else is in the OpenAPI spec
curl -s https://api.cleat.ai/api/openapi.json | jq '.paths | keys'
OpportunitiesRecommendationsPipelinePursuitsTasksSaved SearchesDocumentsWorkflowsMarket IntelligenceProfileCreditsNotificationsTeams

Guides to the public data sources

Honest, practical guides to the government's own APIs, because you should know exactly what the raw feeds give you before you decide how much of the pipeline to build yourself.

Dotted
Developer FAQ

Frequently Asked Questions

Yes. The CLEATUS REST API is live at https://api.cleat.ai with 34 endpoints across opportunity search (federal + state/local/education), AI-ranked recommendations, opportunity detail, pipeline and pursuits, tasks, saved searches, documents, workflows, and market intelligence (agencies, contractors, contracting officers). The OpenAPI 3 spec is at https://api.cleat.ai/api/openapi.json and interactive Swagger docs are at https://api.cleat.ai/api/docs.