The world's most flexible Peppol SMP
Service Metadata Publisher infrastructure that scales from a single Access Point to multi-region service providers, with an API-first design and a dashboard your operators will love.
True multi-tenant
Manage thousands of participants across customers with strict tenant isolation and granular IAM.
Open registration API
Programmatic participant and document-type registration with idempotent operations.
Sub-second lookups
Globally cached with regional read replicas. P99 lookups under 50 ms.
Key ceremony done
SMP signing certificates managed and renewed automatically. No HSM ops on your team.
SML federation
We handle DNS publishing in the Peppol SML so resolvers find your participants instantly.
Dashboard + API
A modern web console for ops teams plus REST APIs for everything else.
One API to publish, update, and revoke
Lifecycle management for participants, document types, and processes, all backed by a dependable, observable API.
- Bulk import via CSV / API
- Document-type matrix per participant
- Service group and process management
- Audit log for every change
PUT /v1/participants/iso6523-actorid-upis::0192:991825827
Authorization: Bearer sk_live_...
Content-Type: application/json
{
"service_group": "default",
"document_types": [
"peppol-pint-billing-1@aunz-1",
"peppol-pint-self-billing-1@aunz-1"
],
"endpoint": "https://ap.peppol.dataequity.io/as4"
}
→ 200 OK { "status": "published", "sml": "synced" }