Add three Astro markdown pages under docs-site/src/pages/legal/: - terms-of-service.md -> /legal/terms-of-service - privacy-policy.md -> /legal/privacy-policy - acceptable-use-policy.md -> /legal/acceptable-use-policy All three use the Base.astro layout and render the legal content from docs/legal/ (synced verbatim). The Base.astro layout already had legal footer links added previously; this commit also adds a footer section directly in index.astro for redundancy. The ToS URL (https://docs.leeworks.dev/legal/terms-of-service) is now ready to be pasted into the RapidAPI listing (issue #44). Closes leeworks-agents/api-company#89
2.5 KiB
layout, title, description
| layout | title | description |
|---|---|---|
| ../../layouts/Base.astro | Privacy Policy | leeworks.dev API Privacy Policy |
Privacy Policy
Effective Date: 2026-05-24
Contact: legal@leeworks.dev
1. Overview
leeworks.dev ("we", "us") operates the ZIP Enrichment, Holidays, and Air Quality APIs. This Privacy Policy describes what data we collect when you use our Services, how we use it, and your rights regarding that data.
2. What Data We Collect
2.1 Request Logs
When you make API calls, we log:
- API key identifier (hashed/truncated — not the full key)
- IP address of the requesting client
- HTTP method and endpoint path
- Response status code
- Request timestamp
- Response time (latency)
We do not log the full content of request or response bodies unless required for debugging.
2.2 Account Data (via RapidAPI)
If you subscribe through RapidAPI, your account data (name, email, billing information) is managed by RapidAPI, not by us. Please review RapidAPI's Privacy Policy at rapidapi.com/privacy.
2.3 Cookies and Tracking
The API endpoints themselves do not use cookies. Our documentation site (docs.leeworks.dev) may use minimal session cookies for navigation only — no analytics or tracking cookies.
3. How We Use Your Data
We use collected data to monitor API health, detect and prevent abuse, debug issues, generate aggregate usage statistics (anonymized), and respond to support requests.
We do not sell your personal data to third parties. Ever.
4. Data Retention
| Data Type | Retention Period |
|---|---|
| Request logs (IP + endpoint) | 90 days |
| Aggregated usage metrics | 12 months |
| Billing records (via RapidAPI) | Per RapidAPI policy |
5. Data Sharing
We share data only with RapidAPI for billing and subscription management, when required by law, and with hosting infrastructure providers under data processing agreements.
6. Security
We take reasonable technical and organizational measures to protect your data including HTTPS-only API keys, restricted log access, and Kubernetes RBAC and network policies.
7. Your Rights
Depending on your jurisdiction, you may have rights to access, delete, or restrict processing of your personal data. Contact legal@leeworks.dev — we will respond within 30 days.
8. Changes to This Policy
We may update this Privacy Policy periodically. Continued use of the Services after changes constitutes acceptance.
9. Contact
For privacy inquiries: legal@leeworks.dev