# 21risk AI integration on Definable

> 21RISK is a web application that simplifies working with checklists, audits, and actions, facilitating compliance and risk management processes.

## What this connects

21RISK is a web application that simplifies working with checklists, audits, and actions, facilitating compliance and risk management processes.

Vendor: https://www.21risk.com

## Tools available

**8** tools available. First 8:

- `_21RISK_GET_COMPLIANCE` — Get Compliance — Tool to retrieve compliance data for sites, categories, or questions. Use when you need OData-based compliance data for analytics or reporting.
- `_21RISK_GET_ITEMS` — Get Items (BETA) — Tool to retrieve items (BETA) from the 21RISK OData API. Use when you need a filtered and paged list of items for analytics and reporting. Example: GET_ITEMS($filter="Item Cost gt 100", $top=50).
- `_21RISK_GET_ITEMS_PER_MONTH` — Get Items Per Month — Tool to retrieve fact table data for ItemsPerMonth, one row per question per site per month. Use when querying monthly item data with OData parameters ($filter, $top, $skip, $select, maxPageSizeInMb).
- `_21RISK_GET_ORGANIZATIONS` — Get Organizations — Tool to retrieve organizations from the 21RISK OData API. Use when you need to list, filter, or paginate organizations via OData parameters after authentication is confirmed.
- `_21RISK_GET_PROPERTIES` — Get Properties — Tool to fetch a list of properties related to sites, including COPE information and other relevant data. Use when you need property insurance details via OData API after authentication.
- `_21RISK_GET_REPORTS` — Get Reports — Tool to retrieve audit reports, including draft, published, and scheduled reports. Use when you need a paginated list of reports with optional OData filtering.
- `_21RISK_GET_RISKMODEL_CATEGORIES` — Get RiskModel Categories — Tool to retrieve risk model categories for grouping questions and compliance checks. Use when you need to filter, select, or paginate risk model categories via OData parameters ($filter, $select, $orderby, $top, $skip, $count).
- `_21RISK_GET_RISK_MODELS` — Get Risk Models — Tool to retrieve risk models used for audits and compliance. Use when you need to list available risk models with optional OData queries.

## Auth

Auth schemes: `API_KEY`.

## How agents use 21risk

Inside a Definable workflow, 21risk is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → 21risk** — the Researcher (GPT-5.5) pulls context from 21risk (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → 21risk** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into 21risk (create record, post message, draft email).
- **Designer / Engineer → Distributor → 21risk** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via 21risk (attach file, open PR comment, post status).

The Verifier checks every 21risk call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- business intelligence — https://definable.ai/apps/category/business-intelligence/

## Related

- HTML page: https://definable.ai/apps/_21risk/
- Same category (business intelligence): https://definable.ai/apps/category/business-intelligence/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
