pymthouse is the hosted backend layer that turns raw Livepeer infrastructure into a production-ready platform — identity, billing, and payments as a service.
< 5 min
Time to first token
RFC 8693
Standards compliant
100%
Open source
0 lock-in
Self-hostable
Stop wrestling with OAuth servers and billing pipelines. pymthouse gives your Livepeer-powered AI video app a full OIDC identity layer, usage-based metering, and a managed payment signer — so you ship features, not infrastructure.
// Mint a short-lived user token
const token = await pymthouse.tokens.mint({
userId: "user_42",
scopes: ["livepeer:stream"],
ttl: 300,
});
// → { access_token: "pmth_…" }
Register multiple developer apps under a single pymthouse instance. Each app gets isolated OIDC clients, its own user namespace, independent billing plans, and a branded login page — all managed from one dashboard.
Total requests
128,430
Revenue
$1,284
Our remote signing infrastructure integrates via a single API endpoint - it authenticates your users, signs Livepeer payments on their behalf, and gives you usage metering API out of the box.
Three steps from zero to a billing-enabled Livepeer app.
Create a developer app in the dashboard. You get a web OIDC client and an M2M confidential client in seconds.
Use the Builder API to provision users, mint short-lived tokens, and forward signer requests through our proxy.
Set usage plans, watch live streams in your dashboard, and collect usage data — all without touching billing code.
Hand-picked apps built on pymthouse
Join early builders on the Livepeer network. Free during beta — billing activates when you're ready.