Documentation Index
Fetch the complete documentation index at: https://docs.vh3.ai/llms.txt
Use this file to discover all available pages before exploring further.
Briefings
The Briefings endpoint generates a comprehensive pre-visit briefing for an engineer attending a site. It pulls together job history, site context, equipment records, weather forecast, recent communications, and diagnostic precedents into a single package.POST /briefing/generate
Generate a pre-visit briefing for a specific job. Request body:| Field | Type | Required | Description |
|---|---|---|---|
company_id | string | Yes | Your tenant identifier |
api_key | string | Yes | Your tenant API key |
job_id | integer | Yes | Job to generate briefing for |
contact_id | integer | Yes | Customer contact for the job |
force_regenerate_summary | boolean | No | Force regeneration even if a cached briefing exists |
job_payload | object | No | Additional job data to include in the briefing context |
- Site summary and access requirements
- Previous job history at this site
- Related fault patterns and diagnostic precedents
- Equipment profile
- Weather forecast for the scheduled date
- Recent communications related to this job
- Engineer-specific context (past experience at this site)