Skip to content

API overview

Base URL: https://api.skilleo.org (Skilleo Cloud)

The public SDK (pip install skilleo) talks to this host by default.

All successful JSON responses use the envelope. Errors use a top-level error object.

Examples: authenticated requests use curl with Authorization: Bearer $SKILLEO_API_KEY. Set export SKILLEO_API_KEY='sk_live_...' after signup. Response shapes are documented as JSON where helpful; request examples are curl throughout this reference.

Resources

PrefixId prefixPurpose
/v1/accountusr_, sk_live_, prv_Signup, provider connections
/v1/computecmp_GPU pods
/v1/storagesto_Network volumes
/v1/templatestpl_Worker images
/v1/endpointsep_Serverless endpoints
/v1/jobsjob_Async work
/v1/runsrun_Capability (and later agent) execution
/v1/catalogGPU and datacenter inventory
/v1/capabilitiesVersioned capability discovery
/v1/artifactsart_Durable job outputs
/v1/workflowswfl_Capability-driven DAGs
/v1/agentsagt_Specialist agent runs
/v1/planspln_Planner output (no execution)
/v1/taskstsk_User outcomes (manager loop)
/v1/billingchk_Paid developer access
/v1/usageMetering and export

Common headers

HeaderUse
Authorization: Bearer sk_live_...Required on authenticated routes
Idempotency-KeyOptional on create routes
X-Request-IDReturned on every response

See Platform availability and Runs.

Skilleo — /v1 at api.skilleo.org