Dock
10
Vendors
Vendors
10 vendors
| Anthropic | AI model provider. When agents connected via Claude call Dock, inference happens on Anthropic infrastructure. Dock itself does not send your workspace data to Anthropic; the agent you authorise does, under your control. |
| C | Workers + Durable Objects power the real-time SSE transport. One Durable Object per workspace fans out row + doc events to connected clients with sub-100ms latency. |
| D | Managed Postgres: the primary system of record for account, workspace, row, and event data. |
| G | Support ticket mirror repository. When you file a support ticket via /api/support or /settings/support, we create a GitHub issue in a private repo (try-dock-ai/support) so our team can triage. |
| P | Product analytics. Captures pageviews and interaction events (autocapture) to understand feature usage, routed through a first-party proxy (/ingest). Session recording is disabled. Signed-in users are identified by a pseudonymous Dock user id, org id, and role; no email or workspace content is sent. |
| R | Transactional email: magic-link sign-in codes, service notifications, support-ticket replies. |
| S | Error and performance telemetry. Captures stack traces + breadcrumb context on failures so we can diagnose regressions without asking you to reproduce. Dock scrubs known PII fields before ingest; residual identifiers (user ID, workspace slug, URL path) may still appear in event context. |
| S | Billing, subscription management, payment processing. We never see card numbers; Stripe handles them end-to-end. |
| U | Serverless Redis backing the API rate limiter. Stores short-lived rate-limit counters keyed by principal identifier or IP-derived hash to enforce per-actor request limits and prevent abuse. No workspace content passes through it. |
| Vercel | Application hosting, edge routing, static + serverless compute, image optimisation, Blob storage for support attachments. |
Change history
1 event- IndexedDDockadded to VendorDb