IncentEdge
FOR ENGINEERING TEAMS · REST API · 50 STATES

Every incentive program. 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.

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 as structured JSON.

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 every program. 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.

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