API reference

The production API is rooted at https://api.computer.agentcomputer.ai/v1. All endpoints require bearer auth with an ac_live_ API key. The raw spec lives at /openapi.json.

Resource groups

The API is organized into a small set of resource groups that map cleanly to the product.

  • /v1/me, /v1/me/filesystem, and /v1/me/machine-source for account defaults.
  • /v1/me/cli-onboarding/* for first-run CLI setup.
  • /v1/ssh-keys for SSH credentials.
  • /v1/computers for machine lifecycle and settings.
  • /v1/computers/{id}/connection, /access/*, /ports, and /shares for access surfaces.
  • /v1/computers/{id}/agentsand /agent-sessions/* for remote agent workflows.
  • /v1/computers/{id}/metricsand /firmware/update for operations.