Get well known endpoint

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/logto/doc/logto-management-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Logto Management API MCP server": {
    "url": "https://bump.sh/logto/doc/logto-management-api/mcp"
  }
}

Close
GET /api/.well-known/endpoints/{tenantId}

Path parameters

  • tenantId string Required

    The unique identifier of the tenant.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • user string(url) Required
  • 400

    Bad Request

GET /api/.well-known/endpoints/{tenantId}
curl \
 --request GET 'https://[tenant_id].logto.app/api/.well-known/endpoints/{tenantId}'
Response examples (200)
{
  "user": "string"
}