AuthBinder (Preview)
AuthBinder is an AI agent assurance platform. Capture tool call telemetry from your AI agents and automated workflows, score behavioural risk, and receive a structured compliance report delivered by a security analyst. AuthBinder helps organisations meet their duty of care obligations under modern product liability laws by identifying AI agent behaviours that could expose them to regulatory penalties or criminal liability.
This connector is available in the following products and regions:
| Service | Class | Regions |
|---|---|---|
| Copilot Studio | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
| Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Contact | |
|---|---|
| Name | AuthBinder |
| URL | https://authbinder.com |
| support@authbinder.com |
| Connector Metadata | |
|---|---|
| Publisher | Authbinder |
| Website | https://authbinder.com |
| Privacy policy | https://authbinder.com/privacy |
| Categories | AI;Security |
AuthBinder Connector
AuthBinder is an AI agent assurance platform. This connector lets Copilot Studio agents and Power Automate flows log agent telemetry to AuthBinder and retrieve risk findings and compliance reports.
Actions
- LogAgentEvent / LogEventsBatch — send telemetry events
- ListFindings — retrieve risk findings
- ListReports / GetReport — retrieve compliance reports
- GetConnectionStatus / HealthCheck — connectivity checks
Authentication
API Key (X-API-Key header)
Creating a connection
The connector supports the following authentication types:
| Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
| Name | Type | Description | Required |
|---|---|---|---|
| API Key | securestring | The API Key for this api | True |
Actions
| Get Connection Status |
Check whether your agent is connected to AuthBinder and how many events have been received. |
| Get Report |
Retrieve a single report by ID |
| Health Check |
Verify the AuthBinder API is reachable and operational. |
| List Findings |
List risk findings for this tenant, optionally filtered by resolution or suppression status |
| List Reports |
List registered compliance reports for this tenant |
| Log Agent Event |
Send a single telemetry event from your AI agent to AuthBinder for risk scoring and compliance reporting. |
| Log Agent Events Batch |
Send up to 500 telemetry events in a single call for efficient bulk logging. |
Get Connection Status
Check whether your agent is connected to AuthBinder and how many events have been received.
Returns
- Body
- ConnectionStatus
Get Report
Retrieve a single report by ID
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Report ID
|
report_id | True | string |
The unique identifier of the report to retrieve |
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
id
|
id | string |
id |
|
name
|
name | string |
name |
|
reportType
|
reportType | string |
reportType |
|
status
|
status | string |
status |
|
blobUrl
|
blobUrl | string |
blobUrl |
|
analystNotes
|
analystNotes | string |
analystNotes |
|
analystApproved
|
analystApproved | boolean |
analystApproved |
|
analystApprovedAt
|
analystApprovedAt | string |
analystApprovedAt |
|
deliveredAt
|
deliveredAt | string |
deliveredAt |
|
generatedAt
|
generatedAt | string |
generatedAt |
|
createdAt
|
createdAt | string |
createdAt |
Health Check
List Findings
List risk findings for this tenant, optionally filtered by resolution or suppression status
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Resolved
|
resolved | string |
Filter findings by resolved status |
|
|
Suppressed
|
suppressed | string |
Filter findings by suppressed status |
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
|
array of object | ||
|
id
|
id | string |
id |
|
title
|
title | string |
title |
|
description
|
description | string |
description |
|
severity
|
severity | string |
severity |
|
category
|
category | string |
category |
|
agentRef
|
agentRef | string |
agentRef |
|
toolName
|
toolName | string |
toolName |
|
eventId
|
evidence.eventId | string |
eventId |
|
matchedKeyNames
|
evidence.matchedKeyNames | array of string |
matchedKeyNames |
|
recommendation
|
recommendation | string |
recommendation |
|
analystNote
|
analystNote | string |
analystNote |
|
reviewed
|
reviewed | boolean |
reviewed |
|
suppressed
|
suppressed | boolean |
suppressed |
|
resolved
|
resolved | boolean |
resolved |
|
createdAt
|
createdAt | string |
createdAt |
List Reports
List registered compliance reports for this tenant
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Status
|
status | string |
Filter reports by status |
|
|
Report Type
|
report_type | string |
Filter reports by type |
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
|
array of object | ||
|
id
|
id | string |
id |
|
name
|
name | string |
name |
|
reportType
|
reportType | string |
reportType |
|
status
|
status | string |
status |
|
blobUrl
|
blobUrl | string |
blobUrl |
|
analystNotes
|
analystNotes | string |
analystNotes |
|
analystApproved
|
analystApproved | boolean |
analystApproved |
|
analystApprovedAt
|
analystApprovedAt | string |
analystApprovedAt |
|
deliveredAt
|
deliveredAt | string |
deliveredAt |
|
generatedAt
|
generatedAt | string |
generatedAt |
|
createdAt
|
createdAt | string |
createdAt |
Log Agent Event
Send a single telemetry event from your AI agent to AuthBinder for risk scoring and compliance reporting.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
tenantId
|
tenantId | True | string |
Your AuthBinder Tenant ID. |
|
agentId
|
agentId | True | string |
A unique identifier for your agent. |
|
tool
|
tool | True | string |
The name of the tool or action called. |
|
destination
|
destination | string |
The external service or system accessed. |
|
|
action
|
action | string |
The type of action performed (read, write, delete, execute). |
|
|
approved
|
approved | boolean |
Whether this action was explicitly approved by a human. |
|
|
success
|
success | boolean |
Whether the tool call succeeded. |
|
|
userId
|
userId | string |
Optional identifier of the user who triggered the agent. |
|
|
durationMs
|
durationMs | integer |
How long the tool call took in milliseconds. |
|
|
timestamp
|
timestamp | date-time |
When the event occurred. |
Returns
- Body
- EventResponse
Log Agent Events Batch
Send up to 500 telemetry events in a single call for efficient bulk logging.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
tenantId
|
tenantId | True | string |
Your AuthBinder Tenant ID. |
|
agentId
|
agentId | True | string |
A unique identifier for your agent. |
|
tool
|
tool | True | string |
The name of the tool or action called. |
|
destination
|
destination | string |
The external service or system accessed. |
|
|
action
|
action | string |
The type of action performed (read, write, delete, execute). |
|
|
approved
|
approved | boolean |
Whether this action was explicitly approved by a human. |
|
|
success
|
success | boolean |
Whether the tool call succeeded. |
|
|
userId
|
userId | string |
Optional identifier of the user who triggered the agent. |
|
|
durationMs
|
durationMs | integer |
How long the tool call took in milliseconds. |
|
|
timestamp
|
timestamp | date-time |
When the event occurred. |
Returns
- Body
- BatchResponse
Definitions
EventResponse
| Name | Path | Type | Description |
|---|---|---|---|
|
id
|
id | string | |
|
tenantId
|
tenantId | string | |
|
agentRef
|
agentRef | string | |
|
toolName
|
toolName | string | |
|
riskLevel
|
riskLevel | string | |
|
timestamp
|
timestamp | string | |
|
createdAt
|
createdAt | string |
BatchResponse
| Name | Path | Type | Description |
|---|---|---|---|
|
ingested
|
ingested | integer | |
|
total
|
total | integer | |
|
errors
|
errors | array of object | |
|
items
|
errors | object |
ConnectionStatus
| Name | Path | Type | Description |
|---|---|---|---|
|
tenantId
|
tenantId | string | |
|
connected
|
connected | boolean | |
|
eventsReceived
|
eventsReceived | integer | |
|
lastSeen
|
lastSeen | string | |
|
firstSeen
|
firstSeen | string |
HealthResponse
| Name | Path | Type | Description |
|---|---|---|---|
|
status
|
status | string | |
|
version
|
version | string |