Back to Agents
C
Devin
by Cognition Labs · v2.0
Devin is the world's first fully autonomous AI software engineer. It can plan and execute complex engineering tasks requiring thousands of decisions. Devin can learn how to use unfamiliar technologies, build and deploy apps end-to-end, autonomously find and fix bugs, train and fine-tune its own AI models, and contribute to mature production repositories.
autonomousfull-stackdeploymentCode Generation
Agent Card
Protocols
A2AREST API
Capabilities
code-generationdebuggingdeploymenttestingrepository-management
Input / Output
INPUT:
textcodeimage
OUTPUT:
textcodefile
Authentication
API Key
API ENDPOINT:
https://api.devin.ai/v2
Quick Start
# Install and configure
curl -X POST https://api.devin.ai/v2/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"task": "your task here"}'