Terms of Service
Last updated: April 8, 2026
What Powint is
Powint is a platform for building internal tools against your real data. You connect your databases and APIs, describe what you want to an AI agent or code it directly, and save — the app is immediately live and accessible to your team. Apps are TypeScript/React components that run in the browser. A built-in component library, connector proxy, and compilation pipeline handle the infrastructure so you don't have to.
Early access
Powint is in early access. No payments are currently processed. Features may change, break, or be removed without notice. We provide the service as-is, with no uptime or availability guarantees.
Accounts and organizations
You need an account to use Powint. Each account belongs to an organization with one of three roles: admin, builder, or viewer. Your role determines what you can create, modify, and access. You are responsible for keeping your account credentials secure.
Your apps and code
You own the code you write on Powint. By using the platform, you grant us a limited license to store, compile, serve, and version your app code as necessary to operate the service. Apps are stored in our database, compiled server-side, and served to authorized users in your organization via sandboxed iframes.
Connectors and your data
When you connect a data source (database or API), you provide credentials that are encrypted at rest (AES-256-GCM) and never returned — not in the UI, not in API responses, not to the agent.
When your app or the agent queries a connected data source, the request is proxied through our backend. We decrypt your credentials server-side, execute the query against your data source, and return the results. Query results from external data sources are not persisted — they exist only for the lifespan of the request, with one exception: when the agent queries your data during a conversation, the results may be stored as part of the chat history.
You are responsible for ensuring you have the right to connect data sources and query the data within them. Powint acts as a proxy — we do not independently access your data outside of requests initiated by you or your apps.
AI agent and data processing
Powint's agent is powered by Anthropic's Claude. When you interact with the agent, the following data is sent to Anthropic's API for processing:
- Your messages and conversation history.
- App code the agent is working with.
- Connector metadata — names, types, table/column schemas. Never credentials.
- Uploaded files (images, PDFs, text files) you attach to the chat.
- Results from queries the agent executes against your data sources as part of the conversation.
Conversations (messages, tool calls, tool results) are stored in our database. This means fragments of your data returned by agent queries persist as part of the chat history. You can delete conversations to remove this data.
Anthropic processes data sent through their API according to their own data policies. Per Anthropic's API terms, data sent via the API is not used to train their models.
Platform database
Powint provides a built-in database where you can create your own tables. Data stored in platform tables lives in our Postgres instance, isolated per organization. This data is persistent and your responsibility — treat it as you would any database you manage.
Scheduled jobs
Jobs are TypeScript code that runs server-side on our infrastructure on a schedule you define. Jobs have access to your connected data sources through the same proxy. You are responsible for the code your jobs execute and the queries they make.
Prohibited conduct
- Using Powint to store or process data you do not have the right to access.
- Attempting to access data belonging to other organizations.
- Using the platform to distribute malware or exploit vulnerabilities.
- Automated abuse of the platform (spam, denial-of-service).
- Attempting to extract or decrypt other users' connector credentials.
- Building apps that violate applicable laws or third-party rights.
Termination
We may suspend or terminate your account at any time if you violate these terms. You may delete your account by contacting us. Upon termination, your data will be handled according to our Privacy Policy.
Disclaimer
Powint is provided "as is" without warranty of any kind. We do not guarantee that the agent will produce correct code, that apps will be available at all times, or that query results will be accurate. We are not liable for any damages arising from your use of the service, including data loss or unauthorized access to your connected data sources, to the maximum extent permitted by applicable law.
Governing law
These terms are governed by the laws of France. Any disputes will be subject to the exclusive jurisdiction of the courts of Paris, France.
Changes
We may update these terms as the platform evolves. Continued use after changes constitutes acceptance. For significant changes, we will notify you via the email associated with your account.
Contact
Questions about these terms: contact@powint.ai