Developer
Build on TrainAR - REST API, webhooks, and the MCP server.
- Developer overview Updated 27 Jul 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 21 Jul 2026
API keys give external tools and agents access to your TrainAR account.
- TrainAR REST API Updated 27 Jul 2026
The TrainAR REST API gives you direct HTTP access to your TrainAR account.
- Webhooks Updated 21 Jul 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 21 Jul 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…
- OAuth for integrations Updated 27 Jul 2026
Let customers connect your app to their TrainAR account with OAuth 2.0 + PKCE - scoped, revocable, no shared keys.
- Error codes Updated 27 Jul 2026
Every error response from the TrainAR REST API uses the same shape: ``json { "error": "ERRORCODE", "message": "Human-readable description" } ` There are no code…