Authenticated workspaces
Clerk authentication and Organizations establish the active user and tenant before protected application routes are served.
Security architecture
Pipeer is designed around tenant- and user-scoped access, encrypted stored content, and inspectable agent execution. These are implemented controls, not certification claims.
Clerk authentication and Organizations establish the active user and tenant before protected application routes are served.
Chats, messages, connections, automations, workflows, reports, model settings, and usage records are queried with organization and user scope.
Connected-app identities are namespaced by organization and user so the same person has separate connections in separate workspaces.
Stored chat, automation, workflow, research, and tool-result content supports envelope encryption with per-workspace data keys.
API keys for custom OpenAI-compatible models are encrypted at rest before they are stored.
Tool calls expose lifecycle state, inputs, results, failures, and source links so users can verify consequential work.
We’ll walk through the data boundaries, integrations, and execution model relevant to your environment.