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

Env0 Projects API

The Projects API from Env0 — 2 operation(s) for projects.

Env0 Projects API is one of 12 APIs that Env0 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.

This API exposes 5 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.env0.com.

5 operations 2 paths 1 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.env0.com/
Authentication
HTTP Basic
License
Proprietary
Resource Areas
1

Authentication & Security 1

Env0 Projects API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic Authentication. Username is the env0 API Key ID and the password is the API Key Secret, both created in the env0 organization settings.

Paths & Operations 5

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

Projects 5
GET
/projects
List projects in an organization
listProjects 1 param → 200
POST
/projects
Create a new project
createProject body → 201
GET
/projects/{projectId}
Get a project
getProject 1 param → 200
PUT
/projects/{projectId}
Update a project
updateProject 1 param body → 200
DELETE
/projects/{projectId}
Delete a project
deleteProject 1 param → 204

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Project (5 properties). Each schema is shown below with its type and property counts.

Project
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

env0-projects-api-openapi.yml Raw ↑

Other APIs Env0 publishes across the network.

Env0 Agents API
Env0 ApprovalPolicies API
Env0 Configuration API
Env0 Deployments API
Env0 Environments API
Env0 Modules API
Env0 Organizations API
Env0 Templates API
Env0 Users API
Env0 Webhooks API