Registering
Path to make it live for all and not just the playground
Registering Your Plugin
Prepare Your OpenAPI Specification
Ensure your AI plugin follows the OpenAPI Specification. See the Ref Finance Agent example here.
Here's an example of a well-structured OpenAPI Specification.
⚠️ Make sure to include the Bitte Extension.
File path: `
Registering your Agent
Register your plugin using the ai-plugins
API Reference UI.
Make sure to save the apiKey returned to manage your plugin.
To manage your plugin, use the ai-plugins/PLUGIN_ID
endpoint. PLUGIN_ID
is your plugin's url without the protocol https://
i.e. ref-finance-agent.vercel.app
Pass your apiKey using the bitte-api-key
header in your request.
If not using the API Reference UI
Debug and Test Your Plugin
Once registered, you will receive a debug URL that will take you to the Playground to test your agent.
Verification
When agents are registered, they will not be immediately available in the production registry. The verification process is manual for now.
Contact our team on Telegram to start the verification process when you're ready.
Last updated