Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

DataSourcePreview

id
ID!,non-null
name
String!,non-null
type
String!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "type": "Example String" }

AccessChannelPreview

id
ID!,non-null
name
String!,non-null
type
String!,non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "type": "Example String" }
Referenced in

Agent

externalId
ID!,non-null
id
ID!,non-null
platform
Platform!,non-null
name
String!,non-null
environment
Environment!,non-null
owner
Owner!,non-null
accessibility
description
String
nodes
[Node!]!,non-null
edges
[Edge!]!,non-null
tools
[Tool!]!,non-null
createdAt
DateTime!,non-null
updatedAt
DateTime!,non-null
highestIssueSeverity
usage
findings
[Finding!]!,non-null
detections
isRuntimeProtected
Boolean
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "platform": { "__typename": "Platform" }, "name": "Example String", "environment": { "__typename": "Environment" }, "owner": { "__typename": "Owner" }, "accessibility": "PUBLIC", "description": "Example String", "nodes": [ { "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String" } ], "edges": [ { "connectionA": "Example String", "connectionB": "Example String", "direction": "ATOB", "type": "NORMAL" } ], "tools": [ { "__typename": "Tool" } ], "createdAt": "Example Custom Scalar", "updatedAt": "Example Custom Scalar", "highestIssueSeverity": { "__typename": "Issue" }, "usage": { "__typename": "Usage" }, "findings": [ { "__typename": "Finding" } ], "detections": [ { "__typename": "DetectionTypeAggregation" } ], "isRuntimeProtected": true }

Environment

externalId
ID!,non-null
id
ID!,non-null
name
String!,non-null
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "envType": "Prod" }

Owner

externalId
ID!,non-null
id
ID!,non-null
name
String
jobTitle
String
email
String
Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "jobTitle": "Example String", "email": "Example String" }

ConnectedAgent

externalId
ID!,non-null
id
ID!,non-null
name
String
issues
[Issue!],non-null
findings
[Finding!],non-null

Implements interfaces

Sample
{ "externalId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "issues": [ { "__typename": "Issue" } ], "findings": [ { "__typename": "Finding" } ] }

ModelAgent

id
ID!,non-null
name
String
instructions
String!,non-null
foundationalModel
String!,non-null
issues
[Issue!],non-null
findings
[Finding!],non-null

Implements interfaces

Sample
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "instructions": "Example String", "foundationalModel": "Example String", "issues": [ { "__typename": "Issue" } ], "findings": [ { "__typename": "Finding" } ] }

Edge

connectionA
String!,non-null
connectionB
String!,non-null
direction
type
EdgeType!,non-null
Sample
{ "connectionA": "Example String", "connectionB": "Example String", "direction": "ATOB", "type": "NORMAL" }
Referenced in

Platform

name
String!,non-null
type
PlatformType!,non-null
category
description
String!,non-null
Sample
{ "name": "Example String", "type": "POWERPLATFORM", "category": "AGENT_ORCHESTRATION", "description": "Example String" }

AgentAudit

sessionId
ID!,non-null
type
message
String
issues
[Issue!],non-null
timestamp
DateTime!,non-null
toolType
String
finding
Sample
{ "sessionId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "type": "ToolCall", "message": "Example String", "issues": [ { "__typename": "Issue" } ], "timestamp": "Example Custom Scalar", "toolType": "Example String", "finding": { "__typename": "Finding" } }

AgentAuditResponse

items
total
Int!,non-null

Implements interfaces

Sample
{ "items": [ { "__typename": "AgentAudit" } ], "total": 40 }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview