New plnt v0.1 — the orchestration runtime for agentic workflows
privacy

Privacy

Last updated: July 15, 2026

The short version

No accounts. No analytics scripts. No third-party trackers. plnt.work is a static marketing site + a stateless playground API. The plnt software itself runs on your Kubernetes cluster — nothing is centralized on our infrastructure.

1. The software

plnt is a runtime you install on a Kubernetes cluster you control. It does not phone home. It does not collect crash reports, usage statistics, or any identifier. There is no built-in network call to any plnt.work-controlled endpoint from the operator, the saga, or the runner pods.

2. This website

plnt.work is a static Astro build hosted on Vercel. No cookies are set by the site itself. No analytics scripts, tag managers, session replay, or fingerprinting are loaded. Your browser fetches HTML, CSS, and a small amount of JavaScript — nothing else.

Standard edge access logs (IP, user-agent, requested path, timestamp) may exist at the hosting provider (Vercel) and the DNS provider (Cloudflare) for short retention periods as part of normal operations and abuse protection. These are not used for tracking or shared with third parties, and are governed by Vercel's privacy policy and Cloudflare's privacy policy.

3. The playground

play.plnt.work is an interactive surface backed by playground.plnt.work. When you invoke a workflow:

  • Your payload is sent to the workflow runner selected in the sidebar.
  • If a live model backend is configured for that runner, the request is forwarded to that backend and the response is streamed back to your browser.
  • If no live backend is configured, the response is a canned "stub" reply — no real inference, no external call.

Payloads and responses are not retained on plnt.work-controlled infrastructure. They exist only for the duration of the request, plus short-term edge logs described above.

Do not send confidential, personal, or sensitive data to the playground. It is a public demonstration surface.

4. Third-party providers

When a workflow invokes a hosted model provider (OpenAI, Anthropic, Groq, Together, or any OpenAI-compatible upstream), the prompt and context required for inference are sent to that provider directly. Their privacy policy applies to that data. plnt.work does not intercept or store these calls.

5. Cookies

plnt.work, play.plnt.work, and playground.plnt.work do not set analytics or advertising cookies. Only strictly-necessary functional cookies (if any) are used, and only by the hosting provider for routing/security.

6. Outbound links

The site links to GitHub, provider documentation, and prior-art references. Once you click such a link, the target site's privacy policy applies.

7. Children

plnt is a developer tool. It is not directed at children under 13, and we do not knowingly collect information from them.

8. Your rights

Because we do not maintain user accounts or profiles, we have no personal data to retrieve, correct, or delete on your behalf. If you believe residual edge-log data associated with your IP should be removed, contact Vercel or Cloudflare directly via the policies linked above.

9. Changes

We will note material changes to this policy at the top of the page.


Questions? Open an issue on GitHub.

© 2026 plnt.work. Apache-2.0 licensed.