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

OpenAIOS Platform Billing API

The metering and billing service of OpenAIOS-Platform — user accounts, account balances, compute-unit assignment by user and group, and compute-unit pricing. Published as OpenAPI 3.0.3 in the openaios-platform repository.

This API exposes 12 operations across 7 paths, organized into 2 resource areas, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 0.0.2.

Requests are made against a single base URL, http://127.0.0.1:4321/api.

12 operations 7 paths 2 schemas 2 DELETE6 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.0.2
Base URL
http://127.0.0.1:4321/api
Authentication
API Key
Resource Areas
2

Authentication & Security 1

OpenAIOS Platform Billing API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 12

Across 7 paths, the API surfaces 12 operations — 2 DELETE, 6 GET, 3 POST, 1 PUT. They span 2 resource areas: account, computeunit. Each is listed below with its method, path, parameters, and response codes.

account 6
GET
/account
get account list
→ 200400500
POST
/account/{userid}
create user account
3 params → 200400500
DELETE
/account/{userid}
delete user account
1 param → 200400500
PUT
/account/{userid}
update user account info
1 param body → 200400500
GET
/account/{userid}/balance
get user account balance
1 param → 200400500
POST
/account/{userid}/balance
modify user account balance
2 params → 200400500
computeunit 6
GET
/computeunit/{userid}
get computeunit list
1 param → 200400500
POST
/computeunit/{userid}
add computeunit group to user account
2 params → 200400500
DELETE
/computeunit/{userid}
delete computeunit group of user account
2 params → 200400500
GET
/computeunit/{userid}/computeunit_id/{computeunit_id}
get single compueunit by userID and computeunitID
2 params → 200
GET
/computeunit/group/{group_name}
get computeunit list in group
1 param → 200400500
GET
/computeunit/price
get computeunit price
1 param → 200400500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are ComputeunitInfo (4 properties), AccountInfo (4 properties). Each schema is shown below with its type and property counts.

AccountInfo
object
4 properties
ComputeunitInfo
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

4paradigm-openaios-billing.yaml Raw ↑
Where this information came from

This is an independent, third-party profile of OpenAIOS Platform Billing 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.