000 integrations

Works with what you already use.

AgentPing slots in wherever you're already building agents. If your stack isn't on the list, the webhook works from anything that can curl.

001 find your integration
Question 1 of 3

What language is your agent written in?

002 LLM providers

Token counts, model IDs, latency. Captured per call.

Anthropic and OpenAI are wrapped natively by the SDK; everything else uses the wrap-and-emit pattern, which is ten lines of code and the same usage block your provider's SDK already returns.

003 frameworks & sdks

Chains, agents, handoffs. Traced end to end.

Each framework exposes a hook or callback shape the AgentPing SDK can plug into. One handler captures every LLM call across every provider the framework switches between, including tool use and multi-agent handoffs.

004 runtimes & schedulers

Any tool that can fire an HTTP call.

The webhook pattern works from anything: GitHub Actions runners, n8n, Make, Zapier, Claude Routines, or a one-line curl in your crontab. Schedule monitoring is on the AgentPing side, so a missed cron pages you whether or not your runtime notices.

005 not on the list?

If your tool can curl, it works.

The webhook is a plain HTTP call against https://api.agentping.io/v1/ping. Any tool, language, or runtime that can make an authenticated request can fire a heartbeat. See the curl docs or API reference to roll your own.

Quickstart Docs home Features