Overview
Drata is a compliance automation platform. The Automize connector is read-only: it lists and reads the objects Drata maintains — controls, frameworks, policies, personnel, risks, evidence, monitoring tests, audits, vendors and assets — so a process can pull the current compliance picture into a report, a register or a queue.
Setting up the connection
Auth type: Bearer Token.
- In Drata, go to Settings → API Keys and create a key.
- Copy it there and then — Drata shows the value once, at creation.
- Scope it to the endpoints the process needs. Every action this connector publishes is a read, so a read-only key is enough.
- In Automize, open Settings → Connectors → Drata → Add connection and paste the key. It is stored encrypted and sent as a bearer token.
Available operations
15 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Get Asset | General | Get a single asset by its ID |
| Get Control | General | Get a single control by its ID |
| Get Personnel | General | Get a single personnel record by its ID |
| List Assets | General | List tracked assets |
| List Audits | General | List audits and their status |
| List Controls | General | List all controls in the workspace |
| List Evidence Library | General | List entries in the evidence library |
| List Frameworks | General | List the compliance frameworks the workspace is monitored against |
| List Monitoring Tests | General | List continuous-monitoring tests and their pass/fail state |
| List Personnel | General | List personnel records and their onboarding/compliance state |
| List Policies | General | List policies and their approval/renewal state |
| List Risks | General | List risks from the risk register |
| List Tasks | General | List compliance tasks |
| List Users | General | List Drata users and their roles |
| List Vendors | General | List vendors under third-party risk management |
Operations
Get Asset
Get a single asset by its ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Asset ID assetId | Yes | string |
Get Control
Get a single control by its ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Control ID controlId | Yes | string |
Get Personnel
Get a single personnel record by its ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Personnel ID personnelId | Yes | string |
List Assets
List tracked assets
No input parameters.
List Audits
List audits and their status
No input parameters.
List Controls
List all controls in the workspace
No input parameters.
List Evidence Library
List entries in the evidence library
No input parameters.
List Frameworks
List the compliance frameworks the workspace is monitored against
No input parameters.
List Monitoring Tests
List continuous-monitoring tests and their pass/fail state
No input parameters.
List Personnel
List personnel records and their onboarding/compliance state
No input parameters.
List Policies
List policies and their approval/renewal state
No input parameters.
List Risks
List risks from the risk register
No input parameters.
List Tasks
List compliance tasks
No input parameters.
List Users
List Drata users and their roles
No input parameters.
List Vendors
List vendors under third-party risk management
No input parameters.
FAQ
- Can this connector change anything in Drata?
- No. Every published action is a read. Use it to pull state into Automize — a control register, an evidence chase-list, an offboarding check — and keep the writes in Drata.