Gatana Documentation
RoutesMcp serversServerslugAuthorization

/mcp-servers/{serverSlug}/authorization

PUT
/mcp-servers/{serverSlug}/authorization
AuthorizationBearer <token>

In: header

Path Parameters

serverSlugstring
Length1 <= length
methodstring
Value in"none" | "oauth" | "apikey"
credentialsScopestring
Value in"server" | "user"
apikeys?array<string>

Response Body

application/json

curl -X PUT "https://YOUR_ORG_ID.gatana.ai/api/v1/mcp-servers/string/authorization" \  -H "Content-Type: application/json" \  -d '{    "method": "none",    "credentialsScope": "server"  }'
Empty