curl --request POST \
--url https://app.all-hands.dev/api/add-git-providers \
--header 'Content-Type: application/json' \
--header 'X-Session-API-Key: <api-key>' \
--data '{
"mcp_config": {
"sse_servers": [
{
"url": "<string>",
"api_key": "<string>"
}
],
"stdio_servers": [
{
"name": "<string>",
"command": "<string>",
"args": [
"<string>"
],
"env": {}
}
],
"shttp_servers": [
{
"url": "<string>",
"api_key": "<string>"
}
]
},
"provider_tokens": {}
}'
"<any>"
curl --request POST \
--url https://app.all-hands.dev/api/add-git-providers \
--header 'Content-Type: application/json' \
--header 'X-Session-API-Key: <api-key>' \
--data '{
"mcp_config": {
"sse_servers": [
{
"url": "<string>",
"api_key": "<string>"
}
],
"stdio_servers": [
{
"name": "<string>",
"command": "<string>",
"args": [
"<string>"
],
"env": {}
}
],
"shttp_servers": [
{
"url": "<string>",
"api_key": "<string>"
}
]
},
"provider_tokens": {}
}'
"<any>"
Settings for POST requests
Successful Response
The response is of type any
.
Was this page helpful?