Skip to main content
POST
/
v1
/
agent
/
{id}
/
mcp
/
connect
Testar conexão MCP
curl --request POST \
  --url https://api.timelyai.com.br/v1/agent/{id}/mcp/connect \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "url": "<string>"
}
'
{
  "data": {
    "status": "connected",
    "url": "<string>",
    "http_status": 123
  }
}

Authorizations

x-api-key
string
header
required

Chave de API para autenticação. Obtenha sua chave em https://app.timelyai.com.br/developers

Path Parameters

id
string<uuid>
required

ID do agente (UUID)

Body

application/json

URL do servidor MCP a testar

url
string<uri>
required

URL do servidor MCP

Response

Resultado do teste de conexão

data
object