Agent integrations

Call the same /v1/check resource from tools and agents. One core, no separate engine.

Request

const created = await client.createCheck({
  input: { type: 'text', value: 'Pay 1.99 EUR to release the parcel' }
});

Response

{
  "id": "chk_123",
  "status": "completed",
  "verdict": "CAUTION",
  "confidence": 0.91,
  "summary": "Several risk signals were found."
}