Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Evidently AI Projects API

Manage Evidently projects — create, list, update, delete

Evidently AI Projects API is one of 4 APIs that Evidently AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Projects. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a GitHub repository.

This API exposes 11 operations across 7 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 0.7.17.

Requests are made against 2 base URLs: https://app.evidently.cloud/api, http://localhost:8000/api.

11 operations 7 paths 2 schemas 2 DELETE5 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
0.7.17
Base URL
https://app.evidently.cloud
Authentication
HTTP Bearer
License
Resource Areas
1

Authentication & Security 1

Evidently AI Projects API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token (API key) obtained from the Evidently platform settings. Set via the Authorization header or the EVIDENTLYAPIKEY environment variable.

Paths & Operations 11

Across 7 paths, the API surfaces 11 operations — 2 DELETE, 5 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Projects 11

Manage Evidently projects — create, list, update, delete

GET
/projects/
List all projects
listProjects 2 params → 200
POST
/projects/
Create a project
addProject 1 param body → 201
GET
/projects/search/{project_name}
Search projects by name
searchProjects 3 params → 200
GET
/projects/{project_id}/info
Get project details
getProjectInfo 1 param → 200404
POST
/projects/{project_id}/info
Update project info
updateProjectInfo 1 param body → 200404
DELETE
/projects/{project_id}
Delete a project
deleteProject 1 param → 204404
GET
/projects/{project_id}/reload
Reload project snapshots
reloadProjectSnapshots 1 param → 200404
GET
/v2/projects/
List projects (v2)
listProjectsV2 2 params → 200
POST
/v2/projects/
Create a project (v2)
addProjectV2 body → 201
PATCH
/v2/projects/{project_id}
Update a project (v2)
updateProjectV2 1 param body → 200404
DELETE
/v2/projects/{project_id}
Delete a project (v2)
deleteProjectV2 1 param → 204404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Project (7 properties), ErrorDetail (2 properties). Each schema is shown below with its type and property counts.

Project
object
An Evidently project — the top-level container for snapshots and dashboards
7 properties 1 required
ErrorDetail
object
Error response body
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

evidently-projects-api-openapi.yml Raw ↑

Other APIs Evidently AI publishes across the network.

Evidently AI Dashboards API
Evidently AI Service API
Evidently AI Snapshots API