Recipes#
Use these recipes as starting points for Agent API workflows. Each one uses curl first and assumes:
export HIGHTOP_AGENT_ID="00000000-0000-0000-0000-000000000000"
export HIGHTOP_API_KEY="hightop_agent_key"For operation-backed writes, save the returned operation_id, poll GET /v1/agent/operations/{id}, or consume webhooks.
Use one Idempotency-Key per logical mutation. The examples use uuidgen so two new mutations started close together do not accidentally share a key.
