Adding a Backend
Steps
1. Implement the Backend Adapter
2. Register via ServiceLoader
META-INF/services/com.six2dez.burp.aiagent.backends.AiBackendFactorycom.example.mybackend.MyBackendFactory3. Add UI Configuration Fields (Optional)
4. Ensure Audit Logging
5. Package and Deploy
Backend Interface
Tips
Last updated
