Skip to main content
GET
/
api
/
v1
/
contracts
/
status
Contract Scanning Status
curl --request GET \
  --url https://api.example.com/api/v1/contracts/status
{
  "available": true
}
Returns whether contract scanning (via Claude AI) is available on this server. The feature requires the optional ANTHROPIC_API_KEY environment variable.

Response

{
  "available": true
}
available
boolean
true if the Anthropic API key is configured, false otherwise.