Build on Brivio
One REST API for Romanian business software: invoicing, e-Factura/SPV, CRM, inventory, digital signatures, DNS & domains. Everything in the app is available through the API.
Quickstart
First API call in 5 minutes — create a key, list contacts, issue an invoice.
Authentication
API keys (live/test), scopes, rate limits and the sandbox environment.
Webhooks
Subscribe to invoice, e-Factura, order and contract events with signed deliveries.
SDKs & CLI
@brivio/sdk for TypeScript, brivio/sdk for PHP, @brivio/cli for terminals.
MCP server
Give AI agents scoped access to your Brivio data via Model Context Protocol.
OAuth2 apps
Build integrations that connect to your users' Brivio organizations.
API reference
Every endpoint, request and response — generated from the OpenAPI spec.
Base URL
All API requests go to https://api.brivio.ro/v1 with an Authorization: Bearer brivio_sk_… header. Responses use a consistent { data, error, meta } envelope.