Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Objects

Overview

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 }

AuditTimelineEntry

key
String!,non-null
label
String!,non-null
value
Int!,non-null
Sample
{ "key": "Example String", "label": "Example String", "value": 40 }

AgentCountByOwner

owner
Owner!,non-null
count
Int!,non-null
Sample
{ "owner": { "__typename": "Owner" }, "count": 40 }

AgentCountByEnvironment

environment
Environment!,non-null
count
Int!,non-null
Sample
{ "environment": { "__typename": "Environment" }, "count": 40 }

AgentCountByPlatform

platform
Platform!,non-null
count
Int!,non-null
Sample
{ "platform": { "__typename": "Platform" }, "count": 40 }

AgentCountByAccessibility

accessibility
count
Int!,non-null
Sample
{ "accessibility": "PUBLIC", "count": 40 }

Interfaces

Overview

Unions

Overview

Enums

Overview

Inputs

Overview

Scalars

Overview