Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.arcmira.com/llms.txt

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

The HTTP API is the production surface. These items are deliberately deferred until v1 patterns are validated in real integrations.

Coming next

  • TypeScript SDK — typed client built on the OpenAPI document, published to npm.
  • Webhooks — real-time tracker and watchlist alert deliveries. Today the pattern is polling /v1/trackers/{id}/alerts and /v1/watchlists/{id}/alerts.
  • Exports API — large async export jobs (CSV/Parquet) for full mention or appearance dumps, with signed R2 URLs.
  • Sandbox / test mode — a fixed synthetic dataset and a separate key prefix (arc_sk_test_...) for CI and dry-run flows.

Further out

  • Python SDK — published to PyPI, parity with the TypeScript client.
  • Per-key daily usage charts — usage breakdown over time in the dashboard, with key-level rotation flow.
  • Streaming endpoints — Server-Sent Events for /v1/mentions with new-row deltas after a watermark.
  • GraphQL surface — for clients that prefer field-level shaping over REST.
If any of these block your integration, write to hi@arcmira.com — concrete use cases move things up the queue.