Documentation Index
Fetch the complete documentation index at: https://docs.ascendgtm.net/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Amazon Q Developer (via AWS Console, IDE plugin, or CLI) or Q Business
- A V5 bearer token — get one from
POST /admin/tokens/issue - An IAM-compatible environment for Q Developer (AWS CLI configured)
Amazon Q Developer (IDE plugin)
Amazon Q Developer supports MCP servers in its agentic mode (available in VS Code and JetBrains plugins).Open Q Developer settings
In VS Code: Command Palette → Amazon Q: Open Settings → MCP Servers.
In JetBrains: Settings → Tools → Amazon Q → MCP Servers.
Amazon Q Business (enterprise)
Amazon Q Business uses “plugins” for external tool integrations. To connect V5:- Go to AWS Console → Amazon Q Business → your application → Plugins
- Choose Custom plugin → HTTP API
- Set the endpoint to
https://ascend-gateway-v5.ascendgtm.workers.dev/api/v1/{tenant}/{domain} - Add an Auth header with your bearer token
- Upload the OpenAPI schema from
GET /admin/openapion the gateway
Notes
- Q Developer’s agentic mode (inline suggestions + chat) both support MCP tools
- Q Business plugins use the REST API, not MCP — same tools, different protocol
- For AWS-native workflows, use the
aws_bedrock_invokeoraws_bedrock_conversetools in V5 to call Bedrock models from within Q sessions