POST
/
agents
cURL
curl --request POST \
  --url https://api.lucidtech.ai/{basePath}/agents \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>' \
  --data '"<any>"'
{
  "updatedTime": "<string>",
  "agentId": "<string>",
  "metadata": {},
  "updatedBy": "<string>",
  "createdBy": "<string>",
  "name": "<string>",
  "createdTime": "<string>",
  "description": "<string>",
  "id": "<string>",
  "resourceIds": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Content-Type
string
required

Body

application/json · any

The body is of type any.

Response

200 response

updatedTime
string | null
required
agentId
string
required
metadata
object | null
required
updatedBy
string | null
required
Maximum length: 4096
createdBy
string
required
Maximum length: 4096
name
string | null
required
Maximum length: 4096
createdTime
string
required
description
string | null
required
Maximum length: 4096
id
string
resourceIds
string[]