Native & bundled
Prebuilt dashboards and platform feeds that work out of the box.
Connect Warren to your identity, billing, observability, and operations stack—API-first, with REST/GraphQL, webhooks, and metering feeds.

Warren’s API‑driven design lets providers connect identity, billing, and observability systems without losing operational independence.
Prebuilt dashboards and platform feeds that work out of the box.
Reference connectors and export formats for common tools.
REST/GraphQL endpoints and event hooks to connect anything else.
SSO (SAML/OIDC), access scopes & tokens, delegated access, audit webhooks.
Per‑unit metering, price lists, invoices & exports, regional payments, discounts & KYC.
REST & GraphQL, webhooks, CLI/CI scripts, Terraform for users.
Grafana dashboards, alert webhooks, logs/audit export, usage & cost insights.
Image & template API, S3‑compatible storage, snapshot/backup policies.
Ticketing hooks, CRM sync, onboarding workflows tied to KYC & payments.
Warren’s API-first design lets you query data, trigger workflows, and sync systems programmatically. GraphQL and Admin APIs expose every function of the control plane for full operational integration.
query GetUsage($project: ID!) {
meteringUsage(project: $project, window: "last_24h") {
resource
quantity
cost
}
}
# Variables # { "project": "prj_123" }
# Header # Authorization: Bearer sk_admin_***# Used by ERP sync job to pull latest invoices for accounting
GET /v1/admin/invoices?tenant_id=t_4b29f&status=issued
Authorization: Bearer sk_admin_***
Accept: application/json
Response 200 OK
[
{
"invoice_id": "inv_932a",
"period": "2025-09",
"amount": 142.60,
"currency": "EUR",
"status": "issued"
},
]



