You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
*[Authentication & tenancy](authentication.md) - Authenticate with a tenant API key as a Bearer token; tenant identity is token-bound.
4
4
*[Error model](errors.md) - Error envelopes returned by the API, including the richer ESPR validation-failure shape.
5
5
*[Rate limits](rate-limits.md) - The per-key plan ladder, the per-IP ceiling, and which of the two bites first.
6
-
*[Public access tiers](public-access-tiers.md) - How one resolution URL serves tiered views via capability tokens (Battery Reg. Art. 77(9)).
7
-
*[Sealing & verification](sealing-and-verification.md) - Apply an eIDAS advanced electronic seal and verify it offline from the redacted document.
6
+
*[Public access tiers](public-access-tiers.md) - How one resolution URL serves tiered views via capability tokens.
7
+
*[Sealing & verification](sealing-and-verification.md) - Apply an advanced electronic seal and verify it offline from the redacted document.
8
8
*[Interop: AAS & UNTP credentials](interop-aas-untp.md) - The standards-conformant projections OpenDPP serves alongside JSON-LD, and where to validate them.
9
9
*[Conformance honesty](conformance.md) - What OpenDPP's output conforms to today, what is partial, and what is on the roadmap.
Copy file name to clipboardExpand all lines: guides/rate-limits.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ tags:
10
10
- tiers
11
11
generated:
12
12
by: process:emit-okf
13
-
at: 2026-07-28T00:00:00Z
13
+
at: 2026-08-09T00:00:00Z
14
14
---
15
15
16
16
Two limits apply, and which one binds depends on how you call.
@@ -23,15 +23,15 @@ Two limits apply, and which one binds depends on how you call.
23
23
| Scale |**600 requests/min**|
24
24
| Enterprise |**unlimited**|
25
25
26
-
A second ceiling of **3x that rate** applies across all of a workspace's keys together, so issuing
27
-
more keys divides throughput fairly between your own systems rather than multiplying it. Plans below
28
-
Growth do not include API access. Exceeding either budget returns `429` with a `Retry-After` header.
26
+
A second ceiling of **3x that rate** applies across all of a workspace's
27
+
keys together, so issuing more keys divides throughput fairly between your own systems rather than
28
+
multiplying it. Plans below Growth do not include API access. Exceeding either budget returns `429` with a `Retry-After` header.
29
29
30
30
## Per IP (all traffic)
31
31
32
32
| Surface | Limit | Headers |
33
33
|---------|-------|---------|
34
-
| Anonymous, all endpoints |**100 requests/min per IP** (raised for `Authorization`-bearing requests and verified crawlers) |`x-ratelimit-limit`, `x-ratelimit-remaining`, `x-ratelimit-reset`|
34
+
| Anonymous, all endpoints |**100 requests/min per IP** (authenticated calls sit on a higher ceiling) |`x-ratelimit-limit`, `x-ratelimit-remaining`, `x-ratelimit-reset`|
35
35
| Public passport resolution |**30 requests/min per IP**| none |
36
36
| Public validator |**10 requests/min per IP**| none |
Copy file name to clipboardExpand all lines: index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ okf_version: "0.2"
4
4
5
5
# OpenDPP Integration API — Knowledge Bundle
6
6
7
-
> An OKF (Open Knowledge Format) projection of the public [OpenDPP Integration API](https://opendpp-node.eu/api-reference), for ingestion by AI agents and humans alike. Generated from [`/openapi.json`](https://opendpp-node.eu/openapi.json) (API v1.12.2).
7
+
> An OKF (Open Knowledge Format) projection of the public [OpenDPP Integration API](https://opendpp-node.eu/api-reference), for ingestion by AI agents and humans alike. Generated from [`/openapi.json`](https://opendpp-node.eu/openapi.json) (API v1.13.0).
**Update** — Knowledge bundle generated for OpenDPP Integration API v1.12.2. For the full per-version API contract history see [`/openapi.json`](https://opendpp-node.eu/openapi.json) and the project CHANGELOG.
5
+
**Update** — Knowledge bundle generated for OpenDPP Integration API v1.13.0. For the full per-version API contract history see [`/openapi.json`](https://opendpp-node.eu/openapi.json).
0 commit comments