For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
To test your plugins, use the launch configuration settings to launch it to yourself. When testing, follow these guidelines
Test Authentically - Don’t provide example values like “TEST.” This doesn’t model how your users behave and it may confuse the AI Agent.
Clear History Often - If you find yourself trying to execute the same plugin repeatedly, the AI agent may choose to stop executing the plugin (because it believes it has become unreliable). See our best practices for context window management here.
Use Logs to Troubleshoot - We have comprehensive logging available so you can diagnose where your plugin might be misbehaving. See our logs documentation for more.