loading...
INTEGRATION

Send Custom AI, Application, or Business Events to AnoSys

Use REST APIs to send structured telemetry from agents, applications, business workflows, files, queues, and internal systems into AnoSys.
HTTP eventsCustom fieldsBusiness workflows
Console Preview
Endpoint ManagementLive ingestion across agents, apps, infrastructure, and business workflows
Streaming
OpenAI AgentsOTLP / SDK0.70/s
Claude Code SessionsCollector0.41/s
REST Business EventsHTTPBursty
Web Experience PixelJavaScriptHealthy
Why teams use it

Send structured events over HTTP

Use REST when you need to instrument internal systems, queues, batch jobs, product events, or business workflows that do not emit OpenTelemetry.

What teams can do

Questions this answers

  • Instrument systems that do not have an SDK yet
  • Connect business events to AI behavior and system telemetry
  • Build process monitoring from custom operational events
  • Route anomalies and alerts from HTTP event streams
  • Attach owner, customer, SLA, and workflow context to custom events
What AnoSys Captures

Send structured HTTP events for custom telemetry that does not fit a standard collector: evals, costs, workflow state, owners, SLAs, and business outcomes.

01

Custom AI and application events

02

Business process and outcome events

03

Eval scores, policy results, and quality signals

04

Cost, latency, errors, and owner context

05

Workflow, team, user, customer, and SLA attributes

Implementation Path

Start with the docs

Use the linked guide to install the collector or SDK, verify the endpoint, and send a small trace or event payload. Once data lands, connect it to dashboards, evals, alerts, and investigations.

POST /events
{
  "event": "claim.review.completed",
  "workflow": "claims-agent",
  "outcome": "approved"
}
Data ingestion docs
FAQ

Does this require OpenTelemetry?

No. REST ingestion is designed for teams that want to send custom telemetry directly over HTTP.

Can I redact content?

Yes. Send only the fields you need, redact payloads before ingestion, and use enterprise sensitive data controls.

Can I track cost?

Yes. Include token usage, dollar cost, model name, workflow, team, or any custom cost attribution fields.

Can I monitor tool calls?

Yes. Tool calls can be sent as events or spans with latency, success, failure, and result metadata.

Can I use this with enterprise security controls?

Yes. REST-ingested data can be governed with the same enterprise controls as other AnoSys telemetry.