Install in Devin
Use AuthProof as the request-auth layer for Devin workflows that need agent identity instead of reusable API keys.
1
Add AuthProof to Devin MCP config
json
{
"mcpServers": {
"authproof": {
"command": "npx",
"args": ["-y", "@authproof/mcp-server"],
"env": {
"AUTHPROOF_SERVER": "https://authproof.io"
}
}
}
}2
Run the agent flow
text
1. discover_projects
2. register_self
3. check_status
4. signed_fetchDevin is especially sensitive to tool reliability. Keep the MCP package versioned, documented, and test-backed before listing it in public marketplaces.