Skip to main content
The Pluto API lets you create runs, log metrics, manage tags and notes, query experiment data, and more — all programmatically.

Base URL

https://pluto-api.trainy.ai

Authentication

All endpoints require a Bearer token. Pass your API key in the Authorization header:
curl -H "Authorization: Bearer <your-api-key>" \
  https://pluto-api.trainy.ai/api/runs/projects
You can generate an API key from the Pluto dashboard under Settings.

OpenAPI Specification

The full OpenAPI spec is available at /api/openapi.json. You can use it with any OpenAPI-compatible tool or code generator.

Interactive API Docs

Try out endpoints directly in the Swagger UI