Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.34 KB

File metadata and controls

23 lines (14 loc) · 1.34 KB

OpenAPI — HTTP API reference

The AgentStack REST API is described with OpenAPI. On agentstack.tech, Swagger is not at /docs on the site root — nginx exposes the backend Swagger UI at /swagger (see deploy/vps/nginx.conf: proxy to backend /docs).

Production (agentstack.tech)

Resource URL
Swagger UI (try requests) https://agentstack.tech/swagger
OpenAPI JSON (machine-readable schema) https://agentstack.tech/openapi.json
API overview page (SPA — grouped endpoints, links to Swagger) https://agentstack.tech/api-docs

Self-hosted (same nginx pattern)

Use the same paths on your domain: /swagger, /openapi.json, and the frontend route /api-docs if you ship the same SPA.

Navigation tips

In Swagger, endpoints are grouped by tags (e.g. DataAccess, Projects, Sandbox — exact names match your build). Use the filter box to jump to /api/data-access, /api/sandbox, etc.

Related docs

ACCESS_AND_FIELD_POLICY.md (FAP) · SANDBOX_AND_ENVIRONMENTS.md (sandboxes) · ECOSYSTEM_API_IMPLEMENTATION.md (project/user data).