Qorvex OS
Automate the Impossible
Synchronizing Systems
GraphQL Playground
Interactive
POST
Execute
⌘⏎
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Qorvex OS Unified GraphQL Explorer # Explore and orchestrate your entire platform mesh. # Query across APIs, Agents, Workflows, and Services. query GetPlatformOverview { platform { name version uptime services { name status latencyMs } } agents(status: ACTIVE) { id name capabilities executionCount lastExecutedAt } marketplace { totalApis trending { name category rating } } }
variables
headers
{ "limit": 10, "status": "ACTIVE" }
Response
Click
Execute
or press
⌘ Enter
Results will appear here