# SIA — Safety Intelligence API > The data infrastructure for physical safety: hex-level safety scores, explainable risk breakdowns, and live signals for developers, insurers, logistics platforms and AI agents. SIA (Safety Intelligence API) is a Risk API from Community Wolf. One npm package (`@communitywolf/sia`) ships a TypeScript SDK, CLI and MCP server with the same partner-key auth, schemas and responses across every surface. Production marketing site: https://safetyintelligence.communitywolf.com Developer platform: https://siaplatform.communitywolf.com Package: `@communitywolf/sia` ## Core product - **Place Insights** — resolve a coordinate or H3 cell to a hex-level safety score (`POST /v3/hex/lookup`, `GET /v3/hex/{h3}`) - **Place Forensics** — per-source contribution ledger behind every score (`GET /v3/hex/{h3}/details`) - **Infrastructure lookup** — built-environment context from the infrastructure ontology - **Intents** — walk, travel, live, invest, business, holiday, night, overall scoring profiles - **Surfaces** — REST API, TypeScript SDK, CLI (`sia`), MCP server (`npx -y @communitywolf/sia mcp`) Signal sources composed by the Risk API: crime, built environment (OSM), private/community data, safety sentiment. Coverage is availability-aware — sources rebalance when data is thin for a hex. ## Key pages - [Home](https://safetyintelligence.communitywolf.com/): product overview, capabilities, coverage, use cases, pricing - [How it works](https://safetyintelligence.communitywolf.com/how-it-works): coordinate → H3 → score + ledger flow - [Research](https://safetyintelligence.communitywolf.com/research): crime-and-place theory, methodology, published claims limits - [Platform docs](https://siaplatform.communitywolf.com/dashboard/docs): quickstart, API reference, MCP and SDK - [Waitlist](https://safetyintelligence.communitywolf.com/waitlist): early access request form - [Pricing (machine-readable)](https://safetyintelligence.communitywolf.com/pricing.md): USD tiers, unit weights, limits ## Pricing summary USD monthly billing. Usage measured in weighted API units. Full detail: `/pricing.md`. | Plan | Price | Included units / mo | Overage | |------|-------|---------------------|---------| | Free | $0 | 2,500 (hard cap) | None | | Starter | $49 | 25,000 | $1.50 / 1,000 units | | Pro | $199 | 200,000 | $0.80 / 1,000 units | | Scale | $799 | 1,500,000 | $0.40 / 1,000 units | | Enterprise | Custom | Custom commit | Custom | Standard reads (Place Insights, Place Forensics, infrastructure lookup) = **1 unit**. Route Safety evaluation (coming soon) = **5 units**. ## Audience Developers and AI agent builders, insurers and underwriters, logistics and mobility platforms, property tech, mapping and navigation products. ## Contact - Waitlist: https://safetyintelligence.communitywolf.com/waitlist - Enterprise demo: team@communitywolf.com (subject: SIA — enterprise demo) - Research bibliography: research@communitywolf.com ## Optional - [Platform docs](https://siaplatform.communitywolf.com/dashboard/docs) - [Playground](https://siaplatform.communitywolf.com/dashboard/docs/playground)