Announcement
New: the public REST API
–
Everything you can do in the console you can now do from a script: dremaxx has a public, versioned REST API at /api/v1.
Access through your access tokens
- The same personal access tokens as for MCP apply (console → Profile → Access tokens), with the same per-module scopes: read, write, destructive.
- Each token carries an allowance of 120 requests per minute – REST and MCP draw on one shared budget. Standard RateLimit headers in every response show where you stand.
Documentation and clients
- The full API reference is at dremaxx.de/developers/api – every endpoint with its parameters, fields and required scope.
- There is also an OpenAPI document, from which the usual generators will produce a client in your language.
- Reference and OpenAPI are generated from the same definitions as the MCP tools – the documentation cannot drift away from the behaviour.
The same rules as the console. Every REST call is dispatched through the same routes as the console itself: scopes, ownership checks, subscription entitlements, quotas and the audit log all apply unchanged.