Developer
Build on TrainAR - REST API, webhooks, and the MCP server.
- Developer overview Updated 29 Jun 2026
The TrainAR developer platform gives you three ways to build on top of your TrainAR account: a TrainAR REST API for direct CRUD operations, webhooks for reactin…
- API keys Updated 29 Jun 2026
API keys give external tools and agents access to your TrainAR account.
- TrainAR REST API Updated 29 Jun 2026
The TrainAR REST API gives you direct HTTP access to your TrainAR account.
- Webhooks Updated 29 Jun 2026
Webhooks let TrainAR push events to a URL you control the moment something happens in your account -- no polling required.
- TrainAR MCP server Updated 29 Jun 2026
The TrainAR 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 29 Jun 2026
Every error response from the TrainAR REST API uses the same shape: ``json { "error": "ERRORCODE", "message": "Human-readable description" } ` There are no code…