Platform

REST API

Every artifact is addressable over a clean, predictable REST API.

terminal
$ curl https://acme.archforge.app/api/v1/artifacts?type=adr \
-H "Authorization: Bearer af_live_•••"
{
"data": [
{ "id": "ADR-0042", "title": "Event-driven orders", "status": "Accepted" },
{ "id": "ADR-0051", "title": "Migrate RPC to gRPC", "status": "Proposed" }
],
"page": { "next": "cursor_b2t47" }
}
What it is

Architecture as data. Every artifact, link, and status is available over a versioned REST API — so you can automate governance, sync with your own systems, build reports, or wire ArchForge into CI. Token-authenticated, scoped to your tenant, and the same data model you see in the app.

Predictable & versioned
Resource-oriented endpoints, cursor pagination, and a stable v1 contract.
Token authentication
Scoped API tokens per integration, honoring tenant isolation and RBAC.
Built for automation
Gate merges on decision status, export catalogs, or reconcile with your CMDB.

Built on a platform you can trust.

Start free and see how it all connects — from your first artifact to your whole architecture.