Quickstart
1 · Try it anonymously
No key required. Capped at 30 req/min per IP.
curl -s https://api.firmintel.example/v1/public/kev/recent?limit=3 | jq
2 · Create an account
Email + password. Verify your inbox.
Open https://app.firmintel.example/register
3 · Mint an API key
The plaintext key (fmi_…) is shown once. Store it in your secret manager.
Console → API keys → Mint key → roles: developer (or agent for MCP).
4 · Authenticated calls
curl -H "Authorization: Bearer fmi_..." \
https://api.firmintel.example/v1/vulns/CVE-2024-30945 · Wire up MCP
See /developers/mcp for Claude Desktop, Hermes, and JSON-RPC snippets.