cb4c0649f5
Validate Flux manifests / kustomize-build (pull_request) Failing after 20s
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
68 lines
2.0 KiB
Markdown
68 lines
2.0 KiB
Markdown
---
|
|
layout: ../../layouts/Base.astro
|
|
title: Acceptable Use Policy
|
|
description: leeworks.dev API Acceptable Use Policy
|
|
---
|
|
|
|
# Acceptable Use Policy
|
|
|
|
**Effective Date:** 2026-05-24
|
|
**Contact:** legal@leeworks.dev
|
|
|
|
---
|
|
|
|
## 1. Purpose
|
|
|
|
This Acceptable Use Policy ("AUP") defines the rules for using leeworks.dev APIs. It applies to all users regardless of plan. Violations may result in immediate account suspension.
|
|
|
|
## 2. Rate Limits and Abuse
|
|
|
|
### 2.1 Respect Your Plan Limits
|
|
|
|
Each subscription plan includes defined rate limits:
|
|
|
|
| Plan | Requests/min | Requests/month |
|
|
|------|-------------|---------------|
|
|
| Free | 10 | 500 |
|
|
| Basic | 60 | 10,000 |
|
|
| Pro | 300 | 100,000 |
|
|
| Ultra | 1,000 | 1,000,000 |
|
|
|
|
### 2.2 Prohibited Rate Limit Circumvention
|
|
|
|
The following are explicitly prohibited:
|
|
- Using multiple API keys or accounts to aggregate quota
|
|
- Caching responses for redistribution beyond your own application
|
|
- Rotating IP addresses or using proxies to bypass rate limits
|
|
|
|
## 3. Prohibited Uses
|
|
|
|
You may **not**:
|
|
- Download or cache the entire dataset backing any API
|
|
- Resell, sublicense, or redistribute API access to third parties
|
|
- Build a competing API product that serves our data to others
|
|
- Use the APIs for any illegal purpose
|
|
- Attempt to compromise the security or integrity of our systems
|
|
- Perform denial-of-service attacks against our infrastructure
|
|
- Probe our systems for vulnerabilities without prior written authorization
|
|
|
|
## 4. Acceptable Uses
|
|
|
|
The following are examples of acceptable use:
|
|
- Integrating ZIP code, holiday, or air quality data into your own product
|
|
- Building dashboards, mobile apps, or internal tools
|
|
- Academic research (within Free plan limits)
|
|
- Automated data fetching within your plan's rate limits
|
|
|
|
## 5. Enforcement
|
|
|
|
We continuously monitor API usage for abuse. Flagged accounts may be throttled, suspended, or permanently terminated for serious violations.
|
|
|
|
## 6. Reporting Abuse
|
|
|
|
Report misuse to **legal@leeworks.dev** immediately.
|
|
|
|
## 7. Contact
|
|
|
|
Questions about this policy: **legal@leeworks.dev**
|