Operations
SLA, BCP, DR, Incident Response, Architecture.
Procurement-grade operational documents. Honest, factual, written for the security questionnaire reviewer. Last reviewed June 2026.
Service Level Agreement
Uptime, response, and credits.
What we measure: HTTP availability of the public app surface plus authenticated workspace surface. Maintenance windows are excluded from uptime calculation. Force majeure (carrier outage, certificate authority failure, regional cloud outage) is excluded.
What we don’t measure: degraded LLM-assist performance from the underlying model provider (OpenAI). LLM-assist is best-effort and not part of the uptime SLA.
Business Continuity Plan
What keeps the business running.
Taktly is operated by a single founder backed by managed cloud providers (Supabase for data, Vercel for compute, Stripe for billing, Resend for email). The BCP focuses on the two failure modes that actually break a SaaS this size: founder unavailability and provider outage.
Founder availability
Provider continuity
Communication
Disaster Recovery
RTO 4 hours · RPO 1 hour.
Recovery procedure summary
Incident Response Plan
Detect, contain, eradicate, recover, learn.
Taktly follows a NIST 800-61-aligned incident response lifecycle. Severity classification determines escalation path and customer notification timeline.
Severity classification
Customer notification timelines
Lifecycle
Reach security
security@gettaktly.com — monitored daily. PGP key available on request for sensitive disclosures. Responsible disclosure honored; we do not pursue legal action against good-faith researchers.
Architecture
What runs where.
Taktly is a single-tenant-per-organization SaaS running on managed cloud infrastructure. Multi-tenancy is enforced at the application layer (organization membership + Postgres Row-Level Security policies); every customer's data is logically isolated within a shared database, never co-mingled at the row level.
Stack
Network + isolation
auth.uid() + org_members membership.Data flow
Where customer data goes.
Customer data inputs
LLM processing path
Outbound notifications
Logs
Data flow diagram (text-form)
Browser (TLS 1.2+)
│
▼
Vercel Edge ──────► Vercel Functions (us-east-1)
│
├──► Supabase Postgres (us-east-1) [AES-256, RLS]
├──► Supabase Storage (us-east-1) [AES-256, RLS]
├──► OpenAI API (single-shot, no training)
├──► Resend (transactional email)
└──► Stripe (billing only)
All boundaries: TLS 1.2+ | All data at rest: AES-256 | All access: JWT + RLSNeed pre-filled SIG Lite, HECVAT, or CAIQ Full? Request the procurement package.