Developers

Build on the budget management layer.

A first-class REST API, signed webhooks, and SDKs in TypeScript and Python. Designed to plug into existing finance, BI and ad-ops stacks without rewriting them.

# Set up your environment

$ npm install @admetric/sdk

$ export ADMETRIC_API_KEY=sk_live_***

# Allocate a monthly budget across platforms

$ admetric budgets create \

--name "Q3 Brand" --total 120000 \

--split meta=45,google=35,tiktok=15,spotify=5

Quickstart

Connect your first ad account and split a budget in under 10 minutes.

Authentication

Personal access tokens, OAuth2 for partner apps, and key rotation.

Connect ad networks

Scopes, callback URLs and refresh handling for Meta, Google, TikTok and Spotify. Pinterest, LinkedIn and Reddit are on the roadmap.

Budget API

Create budgets, set splits, lock guardrails and trigger reallocations.

Webhooks

Subscribe to spend, pacing, anomaly and invoice events with signed payloads.

CLI & SDKs

TypeScript and Python SDKs. CLI for CI pipelines and audit exports.

API status

Public beta · v1

The REST API is stable for early-access customers under design partnerships. General availability is planned for Q3 2026 alongside the public TypeScript and Python SDKs.

Request API access