---
name: safetyincidents.org
description: safetyincidents.org is a platform focused on federal OSHA data and safety incident information. It exposes a single skill for submitting plain-prose feature requests, which are stored for human review behind a $0.01 spam-gate cost and assigned a retrievable ID.
host: safetyincidents.org
---

# safetyincidents.org

safetyincidents.org serves agents and users who want to formally request new federal OSHA data, filters, or capabilities from the platform. Its only currently exposed skill is a feature-request submission mechanism, not a data query interface. Submissions are human-reviewed with no delivery commitment, and each receives a unique ID that can be referenced for future upvoting.

## When to use this host

Use this host only when an agent needs to formally submit a feature request for new federal OSHA data or capabilities to safetyincidents.org and wants a stored, trackable submission. Do not use this host to query, filter, or retrieve existing OSHA safety incident data — use the safetyincidents.org data endpoints directly for that purpose. This host is not suitable for urgent or automated workflows, as submissions are read by a human and carry no response or delivery commitment. If the goal is to access or analyze OSHA data rather than request new features, this host provides no relevant capability.

## Capabilities

### Feature Request Submission

Allows agents or users to submit plain-prose requests for new federal OSHA data or platform capabilities, storing them for human review with a retrievable ID and upvote count.

- **`submit-osha-feature-request`** — Submits a plain-prose feature request to safetyincidents.org asking for specific federal OSHA data or capabilities, storing it for human review at a $0.01 spam-gate cost.

## Skill reference

### `submit-osha-feature-request`

**OSHA Feature Request Submitter** — Submits a plain-prose feature request to safetyincidents.org asking for specific federal OSHA data or capabilities, storing it for human review at a $0.01 spam-gate cost.

*Use when:* Use when an agent or user wants to formally request new federal OSHA data, filters, or capabilities from safetyincidents.org and needs a stored, human-reviewed submission with a retrievable ID for later upvoting.

*Not for:* Do not use to query or retrieve existing OSHA data; use the safetyincidents.org data endpoints instead. Not suitable for urgent or automated requests — submissions are read by a human and carry no delivery commitment.

**Inputs:**

- `text` (string) — Plain-prose description of the OSHA data or capability you want. Control characters are stripped and whitespace collapsed before storage. Maximum 1000 runes; longer input is truncated.

**Returns:** Returns stored=true and a feature_request object with id, sanitized request_text, status=new, upvotes=0, created_at timestamp, and upvote/browse links.

**Example:** `GET https://safetyincidents.org/api/x402/feature-request?text=Expose+OSHA+inspection+outcomes+by+6-digit+NAICS+with+penalty+totals.`

---
