OAuth
Copy page
OAuth authentication endpoints
MCP OAuth authorization callback
Authorization
bearerAuth cookieAuth Bearer token authentication. Use this for API clients and service-to-service communication. Set the Authorization header to "Bearer ".
In: header
Session-based authentication using HTTP-only cookies. Cookies are automatically sent by browsers. For server-side requests, include cookies with names starting with "better-auth." in the Cookie header.
In: cookie
Query Parameters
1 <= length1 <= lengthResponse Body
text/html
text/html
curl -X GET "https://api.pilot.inkeep.com/manage/oauth/callback?code=string&state=string""string""string"Initiate OAuth login for MCP tool
Authorization
bearerAuth cookieAuth Bearer token authentication. Use this for API clients and service-to-service communication. Set the Authorization header to "Bearer ".
In: header
Session-based authentication using HTTP-only cookies. Cookies are automatically sent by browsers. For server-side requests, include cookies with names starting with "better-auth." in the Cookie header.
In: cookie
Query Parameters
1 <= length1 <= length1 <= lengthResponse Body
text/html
text/html
text/html
curl -X GET "https://api.pilot.inkeep.com/manage/oauth/login?tenantId=string&projectId=string&toolId=string""string""string""string"