Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / AI/ML / Amazonaws / Amazon Lookout for Metrics
Amazon Lookout for Metrics logo

AWS Amazon Lookout for Metrics

Browse all Amazonaws APIs
Agent-ready OpenAPI document · curated by JenticAI/MLMl Inferencehmac30 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Detect anomalies in metric time series, manage anomaly detectors, and route findings to alert channels for automated response.

Use for: I need to create an anomaly detector for daily revenue metrics, Find all anomaly groups detected in the last 24 hours, Set up an alert that publishes severe anomalies to an SNS topic, Retrieve the anomaly contributors for a specific anomaly group

Not supported: Does not handle log analytics, root cause analysis across distributed traces, or general-purpose forecasting - use for time-series metric anomaly detection only.

Jentic publishes the only available OpenAPI specification for Amazon Lookout for Metrics, keeping it validated and agent-ready. Amazon Lookout for Metrics uses machine learning to detect anomalies in business and operational metrics - sales drops, conversion changes, traffic spikes - without requiring data science expertise. Anomaly detectors ingest data from sources such as Amazon S3, Amazon Redshift, Amazon CloudWatch, and Amazon RDS, then surface deviations along with severity scores and grouped contributing dimensions. Alerts route findings to channels like Amazon SNS or AWS Lambda so downstream systems can respond automatically.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Amazon Lookout for Metrics to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Amazon Lookout for Metrics, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Famazonaws.com%2Flookoutmetrics" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Famazonaws.com%2Flookoutmetrics" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Amazon Lookout for Metrics API.

Create anomaly detectors that monitor metric sets sourced from S3, Redshift, CloudWatch, or RDS

Activate, deactivate, or back-test anomaly detectors against historical metric data

Configure metric sets with measure and dimension fields for grouped anomaly analysis

Surface anomaly groups ranked by severity and inspect contributing dimensions

Provide human feedback on detected anomalies to refine detector accuracy

Route detected anomalies to SNS topics or Lambda functions through alert configurations

Tag detectors and metric sets for cost allocation and access control

Use Cases

Patterns agents use Amazon Lookout for Metrics API for, with concrete tasks.

★ Revenue and Conversion Anomaly Detection

E-commerce and SaaS teams use Lookout for Metrics to spot unexpected drops in revenue, sign-ups, or conversion rates without writing forecasting code. The service builds models per metric set, learns seasonality, and surfaces anomalies grouped by contributing dimensions such as product, region, or channel. Setup is point-and-click against an S3 or Redshift data source and produces results within hours of activation.

Create an anomaly detector for daily revenue with a one-day frequency, attach an S3-backed metric set with dimensions product_category and region, and activate the detector

Operational Telemetry Monitoring

DevOps and SRE teams attach Lookout for Metrics to CloudWatch metrics to find anomalies in latency, error rates, and throughput across services. Detectors group anomalies by service or instance dimension, helping engineers locate root causes faster than fixed-threshold alarms. The CloudWatch source connector ingests metrics directly so no ETL is required.

Configure a metric set sourced from CloudWatch latency metrics, attach it to an existing detector, and create an alert that triggers a Lambda function for anomalies above severity 70

Marketing Campaign Performance Tracking

Marketing analytics teams monitor click-through rates, ad spend, and acquisition costs across campaigns. Lookout for Metrics groups anomalies by campaign and channel dimensions, flagging when a single ad creative collapses while overall metrics stay healthy. Feedback loops let analysts mark false positives so the model adapts.

List anomaly groups for the marketing detector created in the last 7 days, then post user feedback marking the top result as anomaly type relevant

AI Agent Anomaly Triage Workflows

AI agents call Lookout for Metrics through Jentic to retrieve fresh anomaly groups, fetch contributing dimensions, and decide whether to open a ticket, page an on-call engineer, or annotate a dashboard. Jentic isolates the AWS Signature v4 credentials and exposes the detector and metric-set operations as discoverable tools so the agent can act without learning the SDK.

Search Jentic for 'detect a metric anomaly', load the ListAnomalyGroupSummaries operation for detector arn:aws:lookoutmetrics:..., and execute it for the last 6 hours

Key Endpoints

30 endpoints — jentic publishes the only available openapi specification for amazon lookout for metrics, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/CreateAnomalyDetector

Create a new anomaly detector

POST

/CreateMetricSet

Attach a metric set to a detector

POST

/ActivateAnomalyDetector

Activate a detector to begin training and ingestion

POST

/BackTestAnomalyDetector

Run a detector against historical data

POST

/ListAnomalyGroupSummaries

List detected anomaly groups for a detector

POST

/CreateAlert

Create an alert that routes anomalies to SNS or Lambda

POST

/PutFeedback

Submit human feedback on a detected anomaly

POST

/CreateAnomalyDetector

Create a new anomaly detector

POST

/CreateMetricSet

Attach a metric set to a detector

POST

/ActivateAnomalyDetector

Activate a detector to begin training and ingestion

POST

/BackTestAnomalyDetector

Run a detector against historical data

POST

/ListAnomalyGroupSummaries

List detected anomaly groups for a detector

POST

/CreateAlert

Create an alert that routes anomalies to SNS or Lambda

POST

/PutFeedback

Submit human feedback on a detected anomaly

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Lookout for Metrics by hand means implementing AWS SigV4 signing, targeting the regional host such as lookoutmetrics.us-east-1.amazonaws.com, and handling account and per-detector quotas with your own retry logic. Through Jentic you install once, import Amazon Lookout for Metrics from the API Directory, store the AWS access key once, and your agent calls it.

Permission scoping

Permission scoping

Lookout for Metrics passes the detector and metric-set ARN in the request body rather than the URL path, so scoping is by operation, not by path prefix. Limit the agent to the operations it needs, such as ListAnomalyGroupSummaries and DescribeAnomalyDetector for read-only triage, so mutating ones like DeleteAnomalyDetector are not included unless you add them.

Credential management

Credential isolation

Your AWS access key is stored once, encrypted, by your own Jentic One instance and used to sign each Lookout for Metrics request with SigV4 at execution time. The raw secret never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'detect a metric anomaly' or 'list anomaly groups', and Jentic returns the matching Lookout for Metrics operation with its input schema so the agent calls the right endpoint without browsing the AWS reference.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Amazon CloudWatch

→

CloudWatch is the metric source many Lookout detectors ingest from

Choose CloudWatch when the agent needs to publish or query raw metrics; use Lookout for Metrics when it needs to detect anomalies on top of those metrics.

Alternative

Amazon Forecast Query

→

Forecast produces probabilistic forecasts; Lookout detects anomalies after the fact

Choose Forecast Query when the agent needs predicted values for future periods; choose Lookout for Metrics when the agent needs to flag deviations in observed data.

Alternative

Amazon SageMaker

→

SageMaker offers full custom ML model training; Lookout is a managed anomaly service

Choose SageMaker when the agent needs to train and deploy custom anomaly models; choose Lookout for Metrics when a managed, no-code detector is sufficient.

FAQs

Specific to using Amazon Lookout for Metrics API through Jentic.

Why is there no official OpenAPI spec for Amazon Lookout for Metrics?

AWS does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Amazon Lookout for Metrics via structured tooling. It is validated against the live API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the Amazon Lookout for Metrics API use?

The API uses AWS HMAC request signing (Signature Version 4) with an access key ID and secret access key scoped via IAM. Through Jentic, AWS credentials are stored encrypted in the vault and never enter the agent's prompt context - the agent receives a scoped session that signs each call.

Can I create and activate an anomaly detector with the Amazon Lookout for Metrics API?

Yes. POST /CreateAnomalyDetector defines a detector with frequency and KMS settings, POST /CreateMetricSet attaches the data source and metric definitions, and POST /ActivateAnomalyDetector starts model training and ingestion. Back-testing against historical data is available via POST /BackTestAnomalyDetector.

What are the rate limits for the Amazon Lookout for Metrics API?

AWS does not document hard request-per-second limits for Lookout for Metrics control-plane endpoints in the public spec. Quotas apply to detectors per account, metric sets per detector, and ingested data volume - see the AWS service quotas console for current values for your region.

How do I retrieve recent anomaly groups through Jentic?

Search Jentic for 'list anomaly groups' to discover POST /ListAnomalyGroupSummaries, load its schema with the Jentic Python SDK (pip install jentic), and execute it with the detector ARN and the desired time range. The MCP tool name is aws_list_anomaly_groups.

Is Amazon Lookout for Metrics free?

No. Lookout for Metrics charges per metric analyzed per month with a free tier for new accounts in the first month. Detector creation and metric-set configuration are free; you pay for the metrics actively monitored. See the AWS pricing page for the current rate per metric.

Can I limit what my agent is allowed to do with the Amazon Lookout for Metrics API?

Yes. Because Jentic One is self-hosted, your own rules decide which operations and credentials the agent may use. Lookout for Metrics passes the detector and metric-set ARN in the request body rather than the URL path, so scoping is by operation rather than by path prefix. You can restrict the agent to read-only triage operations such as ListAnomalyGroupSummaries and DescribeAnomalyDetector, leaving mutating operations like DeleteAnomalyDetector out unless you explicitly add them.

GET STARTED

Start building with Amazon Lookout for Metrics API

Explore with Jentic One
View OpenAPI Document