Viewport daemon, relay, and hosted runtime are available in alpha. Surfaces may change.
VIEWPORT
ReferenceAPI reference

Agents

2 operations in the Agents group.

1 of 2 operations on this page are generated contract stubs: the routes are real, the schemas are placeholders pending the owning subsystem's contract pass.

GET /api/agents

Generated contract stub — the route is real and served, but its request/response schema has not been hand-tightened yet.

Operation ID: getApiAgents

Responses

StatusDescriptionSchema
200Successful responseGenericApiResponse
401Authentication is requiredErrorEnvelope
403Permission deniedErrorEnvelope
422Validation failedErrorEnvelope
500Server errorErrorEnvelope

GET /api/resources/{workspace}/agents

List GitOps-defined agents for a workspace

Read-only Product20 agent catalog. Agents are sourced from GitOps agent documents; UI writes are not allowed and raw prompts/secret refs are never returned.

Operation ID: listAgentCatalog

Parameters

NameInRequiredTypeDescription
workspacepathyesstring

Responses

StatusDescriptionSchema
200GitOps-defined agent catalog.AgentCatalogCollectionResponse
403Forbidden

On this page