Digitalyser.io for developers
Connect your platform to Digitalyser.io in under an hour — and prove it before you sign.
Digitalyser.io exposes one contract in two shapes. Agents speak MCP; systems speak REST. Both read the same capability registry, resolve the same permissions, and return the same refusals — so what you learn on one transport carries to the other.
Connect an agent
Claude, Cursor, VS Code and any MCP client connect over OAuth 2.1. No key to copy, one project per connection, and the user chooses what the agent may do.
Automate without code
n8n, Make and Zapier talk to the REST facade with a scoped key. Importable workflow templates get you to a first result without writing a backend.
Understand the model
Capabilities, effects, proposals and audiences. Six concepts, and the rest follows.
Pick a credential
Three exist. Only one is right for your case, and choosing wrong is the most common way to lose an afternoon.
What you can do today
The registry describes what the product knows how to do — audits, content, editorial strategy, brand voice, local visibility. Every capability declares its effect, and that declaration is the whole safety model:
| Effect | What it means | How you call it |
|---|---|---|
read | Returns data. Changes nothing. | Directly |
propose | Computes a change and returns a diff. Writes nothing yet. | Directly, then confirm |
write | Applies a diff a human already saw. | Never directly — only through the proposal it came from |
A write capability is not listed and not callable. That is not an omission: it is the reason an
agent cannot modify your data without someone seeing the change first.
Access
The API, the MCP endpoint and outbound webhooks are part of the Enterprise Agency plan. Every page here is public — read it, evaluate it, and try it against the demo project before you talk to anyone.
A read-only demo project — no account, frozen data, real response shapes — is on the way. Until it ships, the quickstart walks the parts that need no credential at all: protocol discovery, and the exact refusal you get without one.