bot_info field of the Server API response.
This lets you make precise access decisions: allow authorized agents, block unverified automation, or apply different logic based on agent category and provider.
How verification works
- The agent signs its HTTP requests using a private key.
- Fingerprint retrieves the agent’s public key from a directory hosted at a known URL.
- Fingerprint verifies the signature and returns an
identityvalue inbot_info.
identity value reflects the outcome of the verification:
API response
When Fingerprint detects a bot or agent, the Server API response includes the following fields:
The
bot_info object contains:
bot_info is available in Server API v4 and only when Fingerprint recognizes the agent or bot. See the Server API reference for the full schema.
Supported AI agents
The following agents are currently detected and returnbot_info metadata:
For the full list of all detectable bots and agents, see the Bot Directory.
Using detection results
Thebot field (good, bad, not_detected) is a legacy signal. For AI agents and other recognized bots, use bot_info.identity instead, as it provides more precise, actionable information.
Note that identity is only available for well-known bots and agents in the Bot Directory. Some generic browser automation tools (Selenium, Playwright, headless Chrome, etc.) will not have a bot_info entry and should be handled using the bot: bad signal.
Next steps
Bot Directory
Full list of detectable bots and agents
Web Bot Auth implementation
Cryptographically sign your agent to verify identity
Submit your agent to Fingerprint directory
Submit your agent or bot to the Fingerprint Bot Directory