/
LI
lightdash
/
Lightdash API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
lightdash
Lightdash API
post
/api/v1/projects/{projectUuid}/aiAgents
v1
latest
OpenAPI 3.0.0
MIT
2026-07-26
400
1,540
832.7 KB
post
/api/v1/projects/{projectUuid}/aiAgents
Path parameters
projectUuid
string
required
Request body
ApiCreateAiAgent
required
From T, pick a set of properties whose keys are in the union K
name
string
required
description
string
nullable
required
projectUuid
string
required
version
number
double
required
userAccess
string[]
required
integrations
object[]
required
tags
string[]
nullable
required
instruction
string
nullable
required
imageUrl
string
nullable
required
groupAccess
string[]
required
spaceAccess
string[]
required
enableDataAccess
boolean
required
enableSelfImprovement
boolean
required
modelConfig
AiAgentModelConfig
mcpServerUuids
string[]
adminOnly
boolean
enableUserContext
boolean
enableContentTools
boolean
Response
Created
ApiCreateAiAgentResponse
required
results
AiAgent
required
From T, pick a set of properties whose keys are in the union K
status
'ok'
required