Create an agent service instance
Persist a starting service instance. Runtime execution and URL materialization are handled by later runtime tickets.
Authorizations
API key passed as Bearer token
Headers
Reuse the same key to safely retry the same create, reusable snapshot create, fork, upload create/complete, or agent deployment create operation without duplicating work.
Path Parameters
Agent deployment ID
Body
Request-only runtime environment variable values. P0 accepts string values only; future secret references are reserved by AgentSecretReference. Values are injected into agent processes and are not stored in deployment config, run, service, or platform event records.
Response
Agent service instance created
"adsvc_1234abcd"
starting, ready, unhealthy, stopping, stopped, failed 1 <= x <= 65535Dynamic public URL for the ready service. Signed edge URLs contain bearer credentials such as edge_token; do not log or persist them. A null value means the service is not ready, has no backing sandbox, or permissions.public_url is disabled.
Server-recorded readiness/lifecycle status detail for the service instance. Key set varies by lifecycle phase; deliberately open.