Privacy
What the Permitude plugin sends us, and what it never sends.
The plugin
Installing the Permitude plugin adds three session hooks to Claude Code. They fire when a session starts, when a turn ends, and when the session ends. Each one posts a small fixed set of fields:
- the name of the event
- an identifier for the session and for the turn
- how the session was started, and why it ended
- a random one-time value used to connect the session to your account
That is the whole payload. Your messages, your files, their contents, their names, and the directory you are working in are never part of it — the hooks do not read them and cannot send them. If our servers are unreachable, the hooks fail silently and your session is unaffected.
The hooks fire only in sessions Permitude is loaded in. The install command we publish scopes Permitude to the single folder you install it in, so sessions you start anywhere else send us nothing at all — the hooks are not loaded there and do not run. You can also load Permitude for one session only, with nothing written to your configuration; the plugin’s README shows both.
The plugin sends nothing else on its own. Everything the plugin can do is a request Claude Code makes on your behalf while you are working on a design.
The studio
When you design with Permitude, the design itself is on our servers: what you ask for, the messages you exchange in the studio, the resulting structure, and the drawings we produce from it. We use it to run your design, to check it, and to produce your drawing set, and we keep it so you can come back to it.
We use it to improve Permitude. We do not sell it, and we do not share it with advertisers.
Your address
A permit drawing set names a property. If you give us an address, we use it to look up public records for that parcel and to place your project on it, and it appears on the drawings we produce for you.
Turning it off
Removing the plugin removes the hooks: /plugin uninstall permitude in
Claude Code. Nothing is sent after that. To silence it in one folder without
removing it, /plugin disable permitude.
To have your account and its designs deleted, write to support@permitude.com.
Contact
Last updated 28 July 2026.