Documentation Index
Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt
Use this file to discover all available pages before exploring further.
Download
Bruno is a modern, offline-first API client that stores collections as plain files in your git repository. The Arcus ERP Bruno collection is auto-generated from the OpenAPI spec.Download Bruno Collection
Click to download
arcus-erp-v1-bruno.zipImport into Bruno
- Unzip the downloaded archive
- Open Bruno and click Open Collection
- Navigate to the unzipped
arcus-erp-v1/folder and open it - The collection loads with all endpoints organized by resource
Set up your environment
Bruno environments are stored asenvironments/*.bru files in the collection folder. Edit environments/production.bru:
ARCUS_API_KEY via Bruno’s secrets panel (never committed to git). Use ark_test_* keys for sandbox data and ark_live_* keys for production data.
Git-friendly workflow
Because Bruno stores collections as plain files, you can commit your Arcus API calls alongside your application code:git diff, making API contract changes reviewable in pull requests.
