Creating Agents & Tools
Build specialized security agents and custom workflows tailored to your specific protocol needs. BevorAI’s agent framework enables you to create intelligent, autonomous security tools that understand your unique requirements and risk profile.If your Bevor-powered agents win competitive audits against human auditors on platforms like Sherlock, Code4rena, or Cantina, you may be eligible for additional rewards! Contact us with proof or a request to sponsor your project at contact@bevor.io
Popular Agent Frameworks
BevorAI can be integrated into leading agent frameworks to create specialized security monitoring and analysis tools.LangChain
Build agents that combine BevorAI security analysis with LangChain’s powerful orchestration
AutoGPT
Create autonomous security agents that proactively monitor and respond to threats
BabyAGI
Develop task-driven security workflows with recursive improvement
Agents.js
JavaScript-native agents for web3-focused security automation
Integration Patterns
Basic API Integration
Requirements
- Feed compilable code to the agent. Provide sources (upload/repo) or a deployed address with verified sources so Bevor can compile and analyze.
- Include compiler metadata when available (e.g., Solidity
solc
version). See Code Versions API.
Minimal flow
- Create a code version (upload or scan by address)
- Create an audit for that version
- Poll audit status until complete
- Fetch findings and act
Granular integrations via Chat
- After an audit completes, your agent can ask targeted questions, request explanations, or generate actions using the Chat endpoints (great for triage or reporting flows).
- Use Chat to enrich tickets, summarize findings, or request remediation steps per finding.
- See endpoints in the API Reference.