/
AG
agenta-ai
/
Agenta API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2d ago
Details
Filter operations
Access Control
1
Admin
7
Api Keys
3
Apps
10
Bases
1
Billing
8
Configs
3
Containers
1
Environments
1
Evals
11
Evaluations
9
Evaluators
8
Human-Evaluations
10
Observability
7
Organization
5
Scopes
1
Testsets
18
Tracing
8
Variants
16
Vault
5
Workflows
26
Workspace
3
get
Get User Organization
put
Update Organization
post
Create Workspace
put
Update Workspace
get
Get All Workspace Permissions
post
Assign Role To User
delete
Unassign Role From User
get
Health Check
get
User Profile
post
Reset User Password
Create Workspace
post
/organizations/{org_id}/workspaces
Path parameters
org_id
string
required
Request body
CreateWorkspace
required
name
string
required
description
string
nullable
type
string
nullable
Response
Successful Response
WorkspaceResponse
required
created_at
string
updated_at
string
id
string
required
name
string
required
description
string
nullable
type
string
nullable
required
organization
string
required
members
WorkspaceMemberResponse[]
nullable
Changes