Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/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.
APIs / Finance / Amazonaws / AWS Cost and Usage Report Service
AWS Cost and Usage Report Service logo

AWS Cost and Usage Report Service

Browse all Amazonaws APIs
★ Only Publicly Available OpenAPI DocumentFinanceAccountingAWS Signature v4 (HMAC)4 EndpointsREST

For Agents

Manage AWS Cost and Usage Report definitions that deliver hourly billing line items to S3 in CSV or Parquet.

Use for: I need to create a Cost and Usage Report that lands in my S3 bucket, I want to switch my CUR from CSV to Parquet, List all Cost and Usage Report definitions in this account, Delete an unused CUR report definition

Not supported: Does not handle interactive cost analysis, budget alerts, or forecasting - use only to manage Cost and Usage Report definitions that deliver line items to S3.

Jentic publishes the only available OpenAPI specification for AWS Cost and Usage Report Service, keeping it validated and agent-ready. AWS Cost and Usage Report (CUR) Service programmatically manages report definitions that deliver detailed AWS billing line items - one row per resource per hour - to Amazon S3 in CSV or Parquet. The API has four operations: create, modify, list, and delete report definitions. Reports underpin enterprise billing, chargeback, and FinOps analytics in tools like Athena, QuickSight, and third-party platforms.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the AWS Cost and Usage Report Service to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the AWS Cost and Usage Report Service, 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://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | 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 Cost and Usage Report Service API.

Create a Cost and Usage Report definition that writes CSV or Parquet to S3

Modify an existing report definition to change format, granularity, or schema columns

List all CUR report definitions in the account

Delete a report definition that is no longer needed

Configure resource IDs, split cost allocation, and refresh-on-close behavior

Use Cases

Patterns agents use AWS Cost and Usage Report Service API for, with concrete tasks.

★ FinOps Data Lake Foundation

FinOps teams pipe AWS billing detail into a data lake so they can attribute spend to teams, products, and tags. AWS CUR's PutReportDefinition creates an hourly-granularity Parquet report that lands in S3 ready for Athena, Redshift, or QuickSight to query. Setup takes under an hour, after which the report is delivered automatically.

Call PutReportDefinition with Format=Parquet, Compression=Parquet, TimeUnit=HOURLY, an S3Bucket and S3Prefix, and AdditionalSchemaElements=[RESOURCES].

Chargeback and Showback by Tag

Engineering organizations need to charge back AWS spend to internal cost centers using tags. Enabling AdditionalSchemaElements=RESOURCES in a CUR report and filtering by cost-allocation tags downstream is the standard pattern. ModifyReportDefinition can update an existing definition rather than recreating it.

Call ModifyReportDefinition for an existing report to enable RESOURCES in AdditionalSchemaElements and SPLIT_COST_ALLOCATION_DATA in AdditionalArtifacts.

Lifecycle Management of Old Reports

When teams reorganize, old CUR definitions accumulate and continue writing to stale S3 buckets. DescribeReportDefinitions lists all current report definitions, and DeleteReportDefinition removes ones that are no longer needed.

Call DescribeReportDefinitions, identify reports whose S3Bucket starts with 'legacy-', then call DeleteReportDefinition for each.

Agent-Configured Billing Reports

An AI agent helping a FinOps lead can configure CUR reports on demand for new accounts and consolidate definitions across an organization. Through Jentic, each operation is one structured call with no SigV4 boilerplate.

For each new account in the organization, call PutReportDefinition with a standard Parquet hourly definition writing to a per-account prefix in the central billing bucket.

Key Endpoints

4 endpoints — jentic publishes the only available openapi specification for aws cost and usage report service, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

POST

/#X-Amz-Target=AWSOrigamiServiceGatewayService.PutReportDefinition

Create a new Cost and Usage Report definition

POST

/#X-Amz-Target=AWSOrigamiServiceGatewayService.DescribeReportDefinitions

List existing report definitions

POST

/#X-Amz-Target=AWSOrigamiServiceGatewayService.ModifyReportDefinition

Modify an existing report definition

POST

/#X-Amz-Target=AWSOrigamiServiceGatewayService.DeleteReportDefinition

Delete a report definition

POST

/#X-Amz-Target=AWSOrigamiServiceGatewayService.PutReportDefinition

Create a new Cost and Usage Report definition

POST

/#X-Amz-Target=AWSOrigamiServiceGatewayService.DescribeReportDefinitions

List existing report definitions

POST

/#X-Amz-Target=AWSOrigamiServiceGatewayService.ModifyReportDefinition

Modify an existing report definition

POST

/#X-Amz-Target=AWSOrigamiServiceGatewayService.DeleteReportDefinition

Delete a report definition

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

AWS SigV4 (HMAC) credentials for the AWS Cost and Usage Report Service are stored encrypted in the Jentic vault. Agents receive scoped, short-lived access via Jentic's MAXsystem rather than holding the raw AWS access key ID and secret access key in their context.

Intent-based discovery

Intent-based discovery

Agents search Jentic with intents like 'create a Cost and Usage Report that writes to S3' and Jentic returns the matching AWS Cost and Usage Report Service operation with its input schema, so the agent can call the correct endpoint without browsing the AWS service reference.

Time to first call

Time to first call

Direct integration: 2-4 days for SigV4 request signing, IAM policy setup, and error handling across AWS Cost and Usage Report Service operations. Through Jentic: under 1 hour - search by intent, load the schema, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

AWS Cost Explorer

→

Higher-level cost and usage analytics with built-in dashboards.

Choose Cost Explorer for interactive analysis and forecasts; choose CUR for raw line-item data piped into your own analytics.

Complementary

AWS Budgets

→

Set spend thresholds and notifications on top of CUR data.

Use Budgets to alert on CUR-derived spend trends.

Complementary

AWS Compute Optimizer

→

Recommends right-sized resources to act on CUR-driven spend insights.

Pair CUR (where spend is) with Compute Optimizer (what to do about it).

FAQs

Specific to using AWS Cost and Usage Report Service API through Jentic.

Why is there no official OpenAPI spec for AWS Cost and Usage Report Service?

AWS does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call AWS Cost and Usage Report Service via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.

What authentication does the AWS Cost and Usage Report API use?

AWS Signature v4 (HMAC) with IAM permissions on cur:* actions and the underlying S3 bucket. Jentic stores the AWS credentials in its vault and signs the requests on the agent's behalf.

Can I create a Parquet Cost and Usage Report with the API?

Yes. Call PutReportDefinition with Format=Parquet and Compression=Parquet, plus AdditionalArtifacts including ATHENA so the report is queryable via Athena out of the box.

What are the rate limits for the AWS Cost and Usage Report API?

The API itself is configuration-only with low TPS limits - PutReportDefinition, ModifyReportDefinition, and DeleteReportDefinition are infrequent operations and each account is limited to a small number of report definitions in total.

How do I create a CUR report through Jentic?

Search Jentic for 'create a Cost and Usage Report that writes to S3', load the PutReportDefinition schema, and execute it with the report name, S3 bucket, S3 prefix, format, and refresh settings. Reports begin delivering on the next billing run.

Is the AWS Cost and Usage Report API free?

The API and CUR delivery are free. You pay only for S3 storage of the delivered files and for any Athena, Redshift, or QuickSight queries you run against them.

GET STARTED

Start building with AWS Cost and Usage Report Service API

Explore with Jentic
View OpenAPI Document