# Aient Telemetry Ingest Key Test

> Aient Telemetry Ingest Key Test is a paid API for AI agents from aient.ai, paid per call via x402, $0.005000/call, status unknown (last checked 2026-09-15).

Verifies an Aient ingest key is configured correctly by echoing a synthetic OpenTelemetry event back to the caller.

## Facts

- Endpoint: POST https://aient.ai/x402/telemetry/test
- Price: $0.005000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aient-ai-8182b296
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WHpAUK524tnTEYWcBNJ2L

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aient-ai-8182b296 -d '<json body>'
```

Example prompt: Can you test my Aient ingest key to make sure it's wired up correctly — just echo a synthetic OpenTelemetry event back so I know it's working before I point real workloads at it?

## When to prefer this

Use this endpoint when you need to verify that an Aient ingest key is correctly configured before routing real production telemetry data. Ideal as a pre-flight check in agent onboarding or CI/CD pipelines.

## Known failure modes

- Invalid or missing ingest key returns authentication error
- Network connectivity issues to aient.ai ingest endpoint
- Malformed request body causes 400-level error
- Ingest key exists but is revoked or expired

## How this service works

Verify an Aient ingest key is wired correctly by echoing a synthetic OpenTelemetry event back to the caller. Use this before pointing real workloads at the ingest endpoint.

## Output

Returns a synthetic OpenTelemetry event echoed back to the caller, confirming the ingest key is valid and the connection is correctly configured.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sampleSpan": {
   "type": "object"
  },
  "environmentKey": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aient-ai-8182b296/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aient.ai](https://www.zero.xyz/host/aient.ai/llms.txt)
