Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.seamless.ai/llms.txt

Use this file to discover all available pages before exploring further.

MCP access must be enabled on your account. See Access control.
CLI:
qchat mcp add --name seamless --type http --url https://mcp.seamless.ai/mcp
IDE (.amazonq/mcp.json):
{
  "mcpServers": {
    "seamless": {
      "type": "http",
      "url": "https://mcp.seamless.ai/mcp"
    }
  }
}
Use the /mcp command to authenticate after adding the server. See the Amazon Q documentation and Authentication.