Advanced
Advanced guides for the AI Integration extension covering HTTP-protected stores, custom tool development, and troubleshooting.
📄️ HTTP-protected stores
If your store is protected with HTTP basic authentication (.htpasswd), AI clients will not be able to connect because they cannot send HTTP basic auth credentials alongside OAuth tokens.
📄️ Add custom tools
If your module already implements a REST API (webapi.xml) or extends the GraphQL schema, you do not need to create custom MCP tools for it. The built-in REST API and GraphQL Query tools automatically discover and expose all endpoints from installed modules.
📄️ Troubleshooting
Common issues and solutions for the AI Integration extension.