VERYXAI Infrastructure OS

VERYX Platform API

Connect your own systems to the OS. Read projects, tasks and risks, run AI agents and track usage — over a simple, key-authenticated REST API. Calls are metered against your plan; agent runs draw down prepaid ACU.

1
Get a key

Sign in → Business → API & Developers → Create API key. The secret is shown once.

2
Authenticate

Send Authorization: Bearer vx_… (or the X-API-Key header) on every request.

3
Call the OS

Hit the endpoints below. Watch usage and ACU in your workspace.

Base URL & authentication

Base URL   /api/public/v1
Auth       Authorization: Bearer vx_live_xxx      (or)   X-API-Key: vx_live_xxx

curl -H "Authorization: Bearer vx_test_..." /api/public/v1/ping

Endpoints

MethodPathScopeDescription
GET/pingVerify a key and see the workspace it unlocks.
GET/projectsread:projectsList the workspace projects and portfolios.
GET/tasksread:tasksList schedule tasks (optionally by ?project_id=).
GET/risksread:risksRead the risk register, highest score first.
GET/agentsread:agentsList the AI agents you can run and their ACU cost.
POST/agents/{type}/runrun:agentsRun an AI agent. Consumes prepaid ACU.
GET/usageread:usageYour monthly quota, usage and ACU balance.

Scopes

read:projectsRead projects & portfolios
read:tasksRead schedule tasks
read:risksRead the risk register
read:agentsList the AI agent catalogue
run:agentsRun AI agents (consumes ACU)
read:usageRead API usage & ACU balance

Limits & pricing

Machine-readable contract: /api/public/v1/openapi.json — import it into Postman or generate an SDK.

Connect your systems to the OS

Request your workspace