observability

Observability

Alert Management

Alert Management is a observability capability available through Sentry on Aweb. Configure and manage alert rules for errors and performance thresholds. Access it through a single unified API with automatic failover and intelligent routing.

Try Alert ManagementAPI docs

Best for

Highest quality

Sentry

Premium tier

Contract

Max Latency500ms
Streaming RequiredNo

Providers (1)

ProviderScoreQualityPricing
SentryDEFAULT
88premiumstandard

Public discovery and orchestration

Inspect the live capability descriptor directly, then route orchestration through a capability filter. Generic public execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/capabilities/observability.alerts"

TypeScript

import Aweb from '@aweb/sdk';

const client = new Aweb({
  baseUrl: 'https://aweblabs.ai/api/v2',
});

const capability = await client.capabilities.get('observability.alerts');

console.log(capability.data.runtime.providers);

Orchestration pipeline

import Aweb from '@aweb/sdk';

const aweb = new Aweb({ apiKey: process.env.AWEB_API_KEY });

const result = await aweb.orchestrate.run({
  query: 'Use Alert Management to help with a hello-world task and summarize the output',
  capabilities: ['observability.alerts'],
  policy: 'balanced',
});

console.log(result.data.status);

Related Observability capabilities

LLM Traces

observability

LLM Evaluations

observability

LLM Experiments

observability

Error Tracking

observability

AI Guardrails

observability

Getting started →API reference →All providers →All capabilities →