IncentEdge
FOR ENGINEERING TEAMS · REST API · 50 STATES

848,995 incentive programs. One API.

Programmatic access to every federal, state, and local incentive program. REST API, webhooks, structured JSON — integrate incentive intelligence into any product in under an hour.

Trusted byVESTRA CAPITALHARBOR DEVELOPMENTMERIDIAN GROUPNORTHPOINT COCASCADIA RE
848,995
Programs available
Federal, state & local
<200ms
Median latency
API response time
<500ms
Match latency
Full eligibility scan
99.99%
Uptime
Production SLA
Example — match a solar project in New York
match-programs.ts
const response = await fetch('https://api.incentedge.com/v1/programs/match', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    projectType: 'solar',
    state: 'NY',
    capacity: 5000,
  }),
});

const { programs, totalValue } = await response.json();
// programs: matched incentive objects ranked by value
// totalValue: estimated combined incentive value in USD
Workflow

From API key to production in three steps.

01

Get your API key

Sign up for a Pro or Enterprise plan and copy your Bearer token. No OAuth flow, no redirect loops — just an API key.

02

POST your project

Send project type, state, and qualifying features to /v1/programs/match. The API returns ranked matches in under 500ms.

03

Subscribe to changes

Configure webhooks for program updates, new incentive launches, and policy changes. Keep your product current automatically.

API capabilities

Everything you need to ship.

REST API

Full REST API with predictable endpoints, standard HTTP verbs, and JSON responses. Versioned at /v1 for stability.

Webhooks

Subscribe to program updates, new incentive launches, and policy changes. Push notifications when relevant data changes.

Real-time data

Data synced from federal, state, and utility sources daily. Stale-data alerts built in so your app always shows current eligibility.

Structured JSON

Consistent schema across all 848,995 programs. Amounts, deadlines, eligibility criteria, and application URLs — all machine-readable.

SDKs

Official JavaScript/TypeScript SDK available. Python and Go SDKs in development. Community-maintained libraries welcome.

Sub-200ms latency

Median API response under 200ms. Match endpoint returns ranked results in under 500ms across 848,995 programs.

Case study coming soon

We are documenting how an engineering team embedded IncentEdge into their project finance underwriting tool — cutting manual lookup time from 3 hours to zero.

Developer hub
Auth, rate limits, base URL, changelog
API reference
All endpoints, parameters, and response schemas
Developer access

Ship incentive intelligence in under an hour.

Pro plan includes full API access. 14-day free trial, no credit card required.

Start Free TrialBook a Demo