Autodisc developer resources

Autodisc exposes a versioned public REST API for agents and integrations. Start with Drops for temporary public deployments; use authenticated project APIs and the CLI when a workflow needs private code, secrets, persistent data, or ongoing operations.

Reference index

Autodisc Drops API

Accountless REST API for temporary 24-hour public deployments from a public GitHub repository or reviewed ZIP archive.

Autodisc Drops OpenAPI

Curated OpenAPI 3.1 contract for create, upload, status, and claim operations without private control-plane routes.

Autodisc agent instructions

When an agent should use Autodisc, how to create a Drop safely, polling behavior, CLI guidance, and recovery steps.

Autodisc CLI

Authenticated command-line workflow for persistent deployments, environment variables, logs, metrics, and project operations.

Public API boundary

The documented API works with Autodisc project identities and customer-safe resources. Internal runtime connectors, provider credentials, database service credentials, and infrastructure bindings are not customer APIs. Treat every deployment create or claim request as an external action, use idempotency where the endpoint supports it, and keep authorization values out of logs.