Documentation Index
Fetch the complete documentation index at: https://docs.auvy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Stakeholders API
Relationship snapshots are built from stakeholder graph resources and related interaction artifacts. Persisted maps use thestakeholder_maps catalog and stakeholder_map patch kind on /v1/resources/.... The dashboard module path may still use /stakeholders for UI routes; HTTP for live graphs is on the spine.
Stakeholder routes are workspace-scoped and brain-scoped. Send
X-Brain-Id or configure a default brain.Live stakeholders graph
stakeholder_limitinteraction_limit
stakeholdersinteractionsedgesriskssummary
Diff two states (live or version)
fromandto: each isliveor a positive integer version string.- Optional
resource_id(UUID): scope stored versions to thatstakeholder_maphead; when omitted, the server resolves versions against the default map head for the brain.
stakeholder_limit, interaction_limit.
Saved maps (resource spine)
- List / create heads:
GET/POST/v1/resources/stakeholder_maps - Read head:
GET /v1/resources/stakeholder_maps/:resourceId - History metadata:
GET /v1/resources/stakeholder_maps/:resourceId/history - Body at version N:
GET /v1/resources/stakeholder_maps/:resourceId/versions/:version - Record a new version from the live graph or DSL:
POST /v1/resources/stakeholder_map/:resourceId/patchwithpatch_mode: stakeholder_map_record_version
Get a stakeholder briefing
id is the stakeholder document UUID.
Example
getMap() on AUVYPrivateClient.stakeholders is a typed alias for GET /v1/resources/stakeholder_maps/live.
Related
- Assets and Artifacts API — document-lane sources used when building stakeholder context
- Resources for catalog list/read/patch
- TypeScript SDK resources for
resources.stakeholderMapson the product client