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 / Developer Tools / Amazonaws / AWS CodeStar Notifications
AWS CodeStar Notifications logo

AWS CodeStar Notifications

Browse all Amazonaws APIs
Agent-ready OpenAPI document · curated by JenticDeveloper ToolsMonitoring Observabilityhmac13 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Create and manage AWS CodeStar notification rules that deliver CodeCommit, CodeBuild, CodeDeploy, and CodePipeline events to SNS topics and Slack via AWS Chatbot. Backed by 13 endpoints across rules, targets, and event types.

Use for: I need to create a notification rule for CodePipeline failures, Subscribe a Slack channel to a CodeStar notification rule, List supported event types for CodeBuild, Unsubscribe an SNS topic from a notification rule

Not supported: Does not handle event generation, message formatting, or chat platform onboarding (configure AWS Chatbot separately) - use for routing AWS Developer Tools events to SNS and Chatbot targets only.

Jentic publishes the only available OpenAPI specification for AWS CodeStar Notifications, keeping it validated and agent-ready. CodeStar Notifications routes events from AWS Developer Tools (CodeCommit, CodeBuild, CodeDeploy, CodePipeline) to SNS topics and AWS Chatbot Slack channels via notification rules. The API covers notification rules, targets, event types, subscriptions, and tags, so an agent can wire up build- and deploy-event delivery to chat or downstream automation.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the AWS CodeStar Notifications to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the AWS CodeStar Notifications, 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%2Fcodestar-notifications" | 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%2Fcodestar-notifications" | 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 AWS CodeStar Notifications API.

Create notification rules that match Developer Tools events on a specific resource

Subscribe and unsubscribe SNS topic and AWS Chatbot Slack targets to a notification rule

List supported event types per service and resource type

Update existing notification rules to change event filters or status

Delete unused notification rules and orphaned targets

Tag notification rules for ownership and cost allocation

Use Cases

Patterns agents use AWS CodeStar Notifications API for, with concrete tasks.

★ Slack Alerts for Pipeline Failures

Engineering teams that live in Slack want a message every time a production CodePipeline fails. The agent creates a notification rule with the pipeline ARN as Resource, the relevant pipeline-execution-failed EventTypeIds, and a Target that points to a Slack channel registered with AWS Chatbot. ListEventTypes returns the canonical event-type IDs to use, removing guesswork.

Create a notification rule named pipeline-fail-alerts on the prod pipeline ARN with EventTypeIds for codepipeline-pipeline-pipeline-execution-failed and target a Slack chat configuration

Centralised Build Event Stream into SNS

When build, deploy, or repository events need to be processed by Lambda, EventBridge, or third-party tooling, an agent creates a notification rule with an SNS topic Target. Once events flow into SNS, downstream subscribers can transform or fan out the messages. Subscribe and Unsubscribe make it easy to add or remove SNS topics on existing rules without recreating them.

Subscribe SNS topic arn:aws:sns:..:dev-events to notification rule arn:aws:codestar-notifications:..:notificationrule/abc

Inventory and Cleanup of Stale Notification Rules

When repositories or pipelines are decommissioned, their notification rules can be left orphaned, sending events about non-existent resources. ListNotificationRules with a Filter on RESOURCE returns every rule on a given ARN, and DeleteNotificationRule removes those that are no longer relevant. Tagging rules with an owner helps the agent decide which can be safely cleaned up.

List all notification rules tagged Team=billing-svc and delete any whose Resource ARN no longer exists

AI Agent Integration via Jentic

Through Jentic, an AI agent uses CodeStar Notifications by searching for an intent like 'create a CodeStar notification rule', loading the CreateNotificationRule schema, and executing it with the resource ARN and event type IDs. Jentic signs the SigV4 request server-side using IAM credentials in your Jentic One instance.

Search Jentic for 'create a CodeStar notification rule', load the CreateNotificationRule schema, and execute it for the prod pipeline ARN with pipeline-failed event type

Key Endpoints

13 endpoints — jentic publishes the only available openapi specification for aws codestar notifications, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/createNotificationRule

Create a notification rule

POST

/describeNotificationRule

Describe a notification rule

POST

/listNotificationRules

List notification rules with filters

POST

/updateNotificationRule

Update an existing notification rule

POST

/deleteNotificationRule

Delete a notification rule

POST

/subscribe

Subscribe a target to a notification rule

POST

/unsubscribe

Unsubscribe a target from a notification rule

POST

/listEventTypes

List supported event types

POST

/createNotificationRule

Create a notification rule

POST

/describeNotificationRule

Describe a notification rule

POST

/listNotificationRules

List notification rules with filters

POST

/updateNotificationRule

Update an existing notification rule

POST

/deleteNotificationRule

Delete a notification rule

POST

/subscribe

Subscribe a target to a notification rule

POST

/unsubscribe

Unsubscribe a target from a notification rule

POST

/listEventTypes

List supported event types

Why Jentic?

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

Setup

Setup

Wiring AWS CodeStar Notifications by hand means signing every request with AWS Signature v4 HMAC and targeting the right regional host like codestar-notifications.{region}.amazonaws.com before you can wire a rule to an SNS or Chatbot target. Through Jentic you install once, import AWS CodeStar Notifications from the API Directory, store the AWS access key and secret once, and your agent calls it.

Permission scoping

Permission scoping

CodeStar Notifications names the notification rule and its resource in the request body, not the URL path, so scoping is by operation. You limit the agent to the operations it needs, such as CreateNotificationRule or Subscribe, so DeleteNotificationRule or Unsubscribe are not included unless you add them.

Credential management

Credential isolation

Your AWS access key and secret are stored once, encrypted, by your own Jentic One instance and injected at execution time when the request is signed. They never enter the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'create a CodeStar notification rule' or 'subscribe a channel to pipeline failures', and Jentic returns the matching operation with its input schema, so the agent calls CreateNotificationRule or Subscribe directly without browsing AWS docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

AWS CodePipeline

→

CodePipeline emits the execution and stage events that notification rules subscribe to

Use CodePipeline directly to read execution state; use CodeStar Notifications to push events to chat or SNS.

Complementary

AWS CodeCommit

→

CodeCommit emits pull request, commit, and approval events to notification rules

Pair CodeCommit with CodeStar Notifications when the agent needs to broadcast Git events.

Complementary

AWS CodeDeploy

→

CodeDeploy emits deployment lifecycle events that notification rules surface to chat

Use CodeDeploy plus CodeStar Notifications when deploy-state alerts must reach an on-call channel.

FAQs

Specific to using AWS CodeStar Notifications API through Jentic.

Why is there no official OpenAPI spec for AWS CodeStar Notifications?

AWS does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call AWS CodeStar Notifications 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 AWS CodeStar Notifications API use?

CodeStar Notifications uses AWS Signature Version 4 (HMAC) signed requests with an IAM access key and secret. Through Jentic, IAM credentials live encrypted in your Jentic One instance and the SigV4 signature is computed server-side, so the agent context never holds the raw secret.

Can I send Developer Tools events to Slack with this API?

Yes. Configure an AWS Chatbot Slack channel in the AWS console, then call CreateNotificationRule with a Targets entry containing TargetType=AWSChatbotSlack and the chat configuration ARN as TargetAddress. Specify EventTypeIds from ListEventTypes for the events you want to deliver.

How do I find the supported event type IDs for a CodeBuild project?

Call ListEventTypes with a Filter where Name=SERVICE_NAME and Value=codebuild. The response contains EventTypeId values such as codebuild-project-build-state-failed and codebuild-project-build-state-succeeded that you pass to CreateNotificationRule.

What are the rate limits for the AWS CodeStar Notifications API?

AWS enforces per-account, per-region throttling on CodeStar Notifications; throttled requests return ThrottlingException. The AWS SDKs that Jentic wraps implement exponential backoff automatically.

How do I wire up CodePipeline failure alerts through Jentic with an AI agent?

Run pip install jentic, then have the agent search for 'create a CodeStar notification rule', load the CreateNotificationRule schema, and execute it with the pipeline Resource ARN, the pipeline-execution-failed EventTypeIds, and a Target pointing to your SNS or AWS Chatbot Slack channel.

Can I limit what my agent is allowed to do with the AWS CodeStar Notifications API?

Yes. Because CodeStar Notifications names the notification rule and its resource in the request body rather than the URL path, Jentic One scopes access by operation, and since Jentic One is self-hosted your own rules decide which operations the agent may call. You can allow it to run only what it needs, such as CreateNotificationRule and Subscribe, while leaving out DeleteNotificationRule and Unsubscribe. The AWS access key and secret stay in your instance and are injected only when a permitted request is signed, so the agent never handles the raw credential.

GET STARTED

Start building with AWS CodeStar Notifications API

Explore with Jentic One
View OpenAPI Document