Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.humaniq.dev/llms.txt

Use this file to discover all available pages before exploring further.

These recipes provide approval workflows for legal operations, with focus on document control, audit trails, and compliance requirements.

Contract Review

Manage AI-generated contract reviews with legal oversight.
const reviewContract = needsHumanApproval({
  type: 'async',
  title: 'Contract Review',
  ask: (args) => `Review AI-generated contract for ${args.clientName}`,
  autoApprove: async (args) => args.riskLevel === 'LOW'
})
  • AI-generated contract review
  • Template deviation approval
  • High-value contract oversight
  • Non-standard term review
  • Include comprehensive risk analysis
  • Highlight template deviations
  • Maintain approval audit trail
  • Document review decisions

Next Steps

Compliance Integration

Explore healthcare approval workflows

Document Management

Explore financial approval workflows