Skip to main content
POST
Import Workspace Config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for importing workspace configuration.

yaml_content
string
required

YAML configuration content

override_existing
boolean
default:false

Override existing resources with same name

skip_missing_dependencies
boolean
default:false

Skip resources with missing dependencies

Response

Successful Response

Result of an import operation.

success
boolean
required
created_agents
integer
default:0
created_mcp_instances
integer
default:0
created_provider_configs
integer
default:0
created_skills
integer
default:0
errors
string[]
warnings
string[]