Skip to main content
Every manager error uses this JSON envelope:
code is the machine-readable error category. message describes the failure. request_id matches the response’s X-Request-Id header. Validation errors do not include a field-by-field details array.

Status codes

Failed credential verification grants no stack access and makes no stack changes. The manager API does not publish a fixed requests-per-second limit or a Retry-After header contract.

Retry rules

  • Reads: Retry temporary failures with a bounded delay that increases between attempts.
  • Create: Reuse the same Idempotency-Key and original input after a timeout or lost response.
  • Update: Read the stack after an uncertain result. A retry creates another revision and can overwrite later edits.
  • Invalid input or credentials: Correct the cause before retrying.
See creation idempotency and update ordering for the full rules.

Support

Send MyStacks the HTTP method, endpoint path, status code, and X-Request-Id. Never include the API key in a support message.