Skip to main content
The Guile API is split into domains. Pick the domain that matches the job, then call that group’s operations.

What you do first

  1. Start with the quickstart if you need an anonymous token.
  2. Put a bearer token in the Authorization header for signed-in calls.
  3. Open the domain overview for the job, then the operation you need.
Many calls need a real session. Move from the quickstart to the authentication overview when OTP or passkeys replace the anonymous token.

When a call fails

Failures come back as problem documents. Open the type link for the cause, the fix, and whether retrying is safe. See problem types.