Developer
Build on TrainAR — Tenant REST API, webhooks, and the Tenant MCP server.
- Developer overview Updated 18 May 2026
The TrainAR developer platform gives you three ways to build on top of your TrainAR account: a Tenant REST API for direct CRUD operations, webhooks for reactin…
- API keys Updated 18 May 2026
API keys give external tools and agents access to your TrainAR tenant.
- Tenant REST API Updated 18 May 2026
The Tenant REST API gives you direct HTTP access to your TrainAR account.
- Webhooks Updated 18 May 2026
Webhooks let TrainAR push events to a URL you control the moment something happens in your account -- no polling required.
- Tenant MCP server Updated 18 May 2026
The Tenant MCP server exposes your TrainAR account as a set of structured tools that AI models and agents can call directly -- the same operations available in…
- Error codes Updated 18 May 2026
Every error response from the Tenant REST API uses the same shape: ``json { "error": "ERRORCODE", "message": "Human-readable description" } ` There are no code…