/
EN
envzero
/
env0 API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Agents Settings
14
Approval Policy
10
Audit Events
1
Bulk Operations
9
Cloud Compass
14
Code-Optimizer (BETA)
8
Configuration
30
Cost
14
Credentials
6
get
List Organization API Keys
post
Create API Key
get
List User's personal API Keys endpoint
post
Create personal API Key
delete
Delete a User's personal API Key endpoint
delete
Delete an API Key
Custom Flow
7
Dashboard
1
Deployment Logs
2
Environment Import
18
Environment Outputs
3
Environments
35
Modules
10
Notifications
7
Organization
13
Projects
11
Provider Registry
11
Remote Backend
3
Role Based Access
4
Roles
11
Scheduling
5
Teams
9
Templates
15
Users
12
VCS
6
Credentials
Create API Key
post
/api-keys
Request body
CredentialsApiCreateApiKeyRequestBody
required
name
string
required
organizationId
string
required
permissions
OrganizationApiPermissions
readOnly
boolean
Response
CredentialsApiCreateApiKeyResponse
required
id
string
required
name
string
required
apiKeyId
string
required
lastUsedAt
string
required
organizationId
string
required
createdAt
string
required
createdBy
string
required
createdByUser
ApiKeyUser
apiKeySecret
string
organizationRole
'Admin'
|
'User'
required
isBlocked
boolean
readOnly
boolean
Changes