Skip to main content

Treno API

Introduction

The Treno API helps provide access to all of your team’s software engineering intelligence data.  It provides a means for software and scripts to read information from inside Treno, input information from outside Treno, and automatically react when things change. This can include:

  • Creating custom reports on the state of development operations

  • Pushing data from other systems into your Treno instance

  • Staying in sync with other software used in your organization (Datadog, New Relic, etc.)

Quick highlights:

  • The Treno API is a RESTful interface with predictable resource-oriented URLs, accepts JSON or form-encoded requests, returns JSON, and uses standard HTTP features (verbs, response codes, etc.)

  • Our API reference is comprehensive reference for objects, schemas, and endpoints available in the API

Treno's API is a RESTful interface, providing programmatic access to much of the data in your workspace. To make sure you are well-prepared to begin building with the API, you should have experience with REST principles. The API provides predictable URLs for accessing resources, and uses built-in HTTP features to receive commands and return JSON responses.

If you have any questions or wish to request access to our API please contact your account representative or make a request at info@treno.io