Authentication & Environments¶
- Use one dedicated machine user per project.
- SSO is not supported for API authentication.
- Refer to Arena objects by GUID; GUIDs differ across environments.
Environments & base URLs¶
- Swagger UI (app.bom.com example): https://api.arenasolutions.com/v1/swagger-ui/index.html#/
(Your environment may differ and other environments follow the same pattern. Ask your admin for the correct base URL.)
Security hygiene¶
- Never commit secrets; store credentials in secure vaults.
- Treat tokens as sensitive data and rotate regularly.