All systems operational
APIs that
developers
love to use.
Type-safe SDKs, retried webhooks, 18-region edge — wired in minutes, not weeks.
bash — forge-cli
$
npm install @forge/core
Resolving dependencies...
Fetching packages...
Linking binaries...
added 142 packages in 1.4s
Built for teams like
API playground
Test requests before you write the glue code.
Explore endpoints, shape payloads, and inspect mock responses in the same dashboard surface your team will use after signup.
Open the playgroundPOST
201 Created / 142mshttps://api.REPLACE-WITH-YOUR-DOMAIN.example.com/v1/eventsEndpoints
GET/v1/events
POST/v1/events
POST/v1/webhooks/:id/test
GET/v1/analytics/summary
Request body
{
"type": "user.created",
"data": {
"id": "usr_2x9f4k",
"email": "dev@example.com",
"created_at": "2026-04-10T09:00:00Z"
}
}Response body
{
"id": "evt_3k8m2n",
"object": "event",
"type": "user.created",
"created": 1744275600,
"data": {
"id": "usr_2x9f4k",
"email": "dev@example.com"
},
"request": { "id": "req_8f4a2b1c", "idempotency_key": "idk_a1b2c3d4" }
}