Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
mcpServers
/
{mcpServerUuid}
/
credential
Error
A valid request URL is required to generate request examples
{
  "results": {
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "connectedByUserUuid": "<string>",
    "error": "<string>",
    "hasCredentials": true,
    "allowOAuthCredentialSharing": true,
    "iconUrl": "<string>",
    "url": "<string>",
    "name": "<string>",
    "projectUuid": "<string>",
    "uuid": "<string>"
  },
  "status": "ok"
}
{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}

Path Parameters

projectUuid
string
required
mcpServerUuid
string
required

Body

application/json
bearerToken
string
required

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok