Overview

Reference entrypoint for Human namespace endpoints.

View as Markdown

Human API routes are namespaced under:

https://api.agentry.to/human/v0

Use this surface for connected human account workflows, smart routing, and context retrieval.

Endpoint Families

  • Auth: /human/v0/auth/*
  • Inboxes + Sync: /human/v0/inboxes/*
  • API Keys: /human/v0/api-keys* and /human/v0/inboxes/{inbox_id}/api-keys*
  • Webhooks: /human/v0/webhooks* and /human/v0/inboxes/{inbox_id}/webhooks*
  • Messages: /human/v0/messages/* and /human/v0/inboxes/{inbox_id}/messages/*
  • Drafts: /human/v0/drafts* and /human/v0/inboxes/{inbox_id}/drafts*
  • Metrics: /human/v0/metrics and /human/v0/inboxes/{inbox_id}/metrics
  • Human metrics include artifact hydration observability buckets (human.artifacts.hydrated, human.artifacts.pending_backfill) when no event_types filter is supplied.
  • Message Raw + Attachments: /human/v0/messages/{message_id}/raw, /human/v0/messages/{message_id}/attachments/{attachment_id} (and inbox-scoped equivalents)
  • Threads: /human/v0/threads* and /human/v0/inboxes/{inbox_id}/threads*
  • Contacts: /human/v0/contacts/* and /human/v0/inboxes/{inbox_id}/contacts/*
  • Pods (alias): /human/v0/pods* (canonical under /organization/v0/pods*)