How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

DoiT PerfectScale for Commitments AWS API

PerfectScale for Commitments (AWS) — commitment inventory, recommendations, and planned purchases.

DoiT PerfectScale for Commitments AWS API is one of 38 APIs that DoiT publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include PerfectScale for Commitments AWS. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 10 operations across 10 paths, and defines 28 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api.doit.com.

10 operations 10 paths 28 schemas 10 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.doit.com
Authentication
API Key, API Key, OAuth 2.0
Resource Areas
1

Authentication & Security 3

DoiT PerfectScale for Commitments AWS API declares 3 security schemes for authenticating requests. An API key is passed in the header as Authorization (api_key). An API key is passed in the header as X-Tenant-Id (tenantId). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 1 scope. By default, every request must be authenticated.

  • api_key — Use the "Bearer " format or sign in for autofill
  • tenantId — Tenant (customer) ID that sets the request's customer context. Required when the credential can access more than one tenant; omit when the credential is scoped…

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 10 GET. Each is listed below with its method, path, parameters, and response codes.

PerfectScale for Commitments AWS 10

PerfectScale for Commitments (AWS) — commitment inventory, recommendations, and planned purchases.

GET
/ps4commitments/v1/aws/organizations
List AWS organizations
listAwsOrganizations 3 params → 200400401403500503
GET
/ps4commitments/v1/aws/organizations/{managementAccountId}
Get an AWS organization
getAwsOrganization 2 params → 200400401403404500503
GET
/ps4commitments/v1/aws/organizations/{managementAccountId}/member-accounts
List member accounts under an organization
listAwsMemberAccounts 4 params → 200400401403404500503
GET
/ps4commitments/v1/aws/organizations/{managementAccountId}/member-accounts/{memberAccountId}
Get a member account
getAwsMemberAccount 3 params → 200400401403404500503
GET
/ps4commitments/v1/aws/organizations/{managementAccountId}/savings-plans
List AWS Savings Plans
listAwsSavingsPlans 6 params → 200400401403404500503
GET
/ps4commitments/v1/aws/organizations/{managementAccountId}/reserved-instances
List AWS Reserved Instances
listAwsReservedInstances 9 params → 200400401403404500503
GET
/ps4commitments/v1/aws/organizations/{managementAccountId}/recommendations
List AWS recommendations
listAwsRecommendations 2 params → 200400401403404500503
GET
/ps4commitments/v1/aws/organizations/{managementAccountId}/recommendations/{serviceId}
Get an AWS recommendation
getAwsRecommendation 4 params → 200400401403404500503
GET
/ps4commitments/v1/aws/organizations/{managementAccountId}/planned-purchases
List AWS planned purchases
listAwsPlannedPurchases 5 params → 200400401403404500503
GET
/ps4commitments/v1/aws/settings
List organization engine settings
listAwsOrganizationsSettings 3 params → 200400401403500503

Schemas 28

The contract defines 28 schemas that model the data the API accepts and returns. The most detailed are AwsReservedInstance (46 properties), AwsPlannedPurchase (16 properties), AwsSavingsPlan (15 properties), ProblemDetails (9 properties). Each schema is shown below with its type and property counts.

AwsOnboardingStatusEntry
object
Per-product-line PS4C onboarding state.
2 properties 1 required
Policy
string
Coverage target policy. - conservative — lower coverage target (~65%) - balanced — moderate coverage target (~80%) - maxsavings — aggressive coverage target (~…
AwsMonthlyStatsEntry
object
One calendar-month aggregate for the organization. Money fields are wrapped objects ({amount, currency}).
4 properties 4 required
AwsOrganization
object
7 properties 1 required
AwsMemberAccount
object
5 properties 2 required
AwsMemberAccountDetail
Single member AWS account detail. Adds the trailing-window stats that drive the per-member-account view on the DoiT Console overview screen on top of the list-…
AwsPurchasePlanStep
object
A single weekly ladder step within a projection.
8 properties 8 required
AwsRecommendation
object
Recommended commitments
6 properties
AwsReservedInstanceRecurringCharge
object
2 properties 2 required
PaymentOption
string
Payment structure for a commitment. - noupfront — all charges paid monthly - partialupfront — a portion paid upfront; remainder monthly - allupfront — full com…
AwsDailyCoverageEntry
object
One day of commitment-coverage breakdown. Money fields are wrapped objects ({amount, currency}).
6 properties 1 required
Money
object
2 properties 2 required
EligibleSpendDataPoint
object
One time-bucketed eligible-spend usage data point.
5 properties
AwsPlannedPurchase
object
16 properties 3 required
AwsRecommendations
object
Recommended commitments for onboarded services
2 properties
AwsOnboardingStatus
object
PS4C onboarding state grouped by product line. A product line is omitted when it is not onboarded at all.
2 properties
CommitmentTerm
string
Commitment term length.
Stats30dSummary
object
Minimal 30-day aggregate. Only esr and savings are persisted at this granularity. Responses are denominated in USD. Used by both AWS organization/member-accoun…
2 properties
AwsMonthlyPotentialSavings
object
Estimated monthly additional savings per SP type, taken from the latest PS4C purchase projection. Unlike savingsTotals (realized YTD/lifetime savings), this is…
2 properties
AwsOrganizationSettingsItem
object
3 properties 3 required
AwsOrganizationDetail
Single AWS Organization detail. Adds the trailing-window stats that drive the DoiT Console overview screen on top of the list-item shape: - monthlyStats — last…
AwsReservedInstance
object
Reserved Instance item in the external inventory response. Money fields are wrapped {amount, currency} objects.
46 properties 5 required
AwsRecommendationWithEligibleSpend
object
Service recommendation with eligible spend data
2 properties
ProblemDetails
object
RFC 9457 Problem Details — standard DoiT error envelope for all non-2xx responses.
9 properties 7 required
AwsSavingsPlan
object
15 properties 3 required
AwsSavingsTotals
object
Running savings figures derived server-side from the full monthly stats history (onDemandCost - costWithSavings per month, optionally bounded by onboarding sta…
2 properties 2 required
AwsOrganizationSettings
object
Automation and recommendation engine settings for one product line.
8 properties 7 required
AwsOrganizationServiceSettings
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

doit-perfectscale-for-commitments-aws-api-openapi.yml Raw ↑

Other APIs DoiT publishes across the network.

DoiT MCP Server
DoiT Account Team API
DoiT Alerts API
DoiT Allocations API
DoiT Annotations API
DoiT Anomalies API
DoiT Assets API
DoiT Auth API
DoiT Ava API
DoiT Billing Transfer API
DoiT Budget Suggestions API
DoiT Budgets API
Where this information came from

This is an independent, third-party profile of DoiT PerfectScale for Commitments AWS API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.