Skip to main content

Prerequisites

You need:
  • an approved Arbol organization;
  • a bearer credential issued through your organization’s onboarding flow; and
  • the permissions required by the operation you call.
Registration and credentials are provisioned during onboarding. Do not put access tokens in source control, URLs, or logs.

Make a request

1

Set your credential

Export the credential in your shell without writing it to a file.
2

Read the production server from OpenAPI

The contract owns the base path, so derive it instead of hard-coding a path that can drift.
3

List agents

Your credential must satisfy the security requirements shown for listAgents in the generated reference.
A successful paginated response contains items and nextCursor. When nextCursor is null, the collection has no next page.
Next, read Authentication and Errors before adding mutation requests.