Oracle Cloud Infrastructure
Collection of Oracle Cloud Infrastructure (OCI) REST APIs for managing cloud resources and services.
Reference-quality API operations across every facet — a rich contract, published governance, transparent operations, and machine-readable commercial terms.
API Evangelist profiles Oracle Cloud Infrastructure the way a machine reads it — 434 machine-readable artifacts across 25 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.
Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Oracle Cloud Infrastructure scores 76.6/100 (exemplar), with a separate agent-readiness read of 48/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.
Kin Score
This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.
How we profile Oracle Cloud Infrastructure
Each block below is one kind of artifact we hold for Oracle Cloud Infrastructure. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.
APIs 25
Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.
Individual APIs this provider publishes, each with its own machine-readable definition.
Oracle Cloud Infrastructure Alarms API
The Alarms API from Oracle Cloud Infrastructure — 2 operation(s) for alarms.
Oracle Cloud Infrastructure Applications API
The Applications API from Oracle Cloud Infrastructure — 2 operation(s) for applications.
Oracle Cloud Infrastructure Autonomous Databases API
The Autonomous Databases API from Oracle Cloud Infrastructure — 4 operation(s) for autonomous databases.
Oracle Cloud Infrastructure Buckets API
The Buckets API from Oracle Cloud Infrastructure — 2 operation(s) for buckets.
Oracle Cloud Infrastructure Clusters API
The Clusters API from Oracle Cloud Infrastructure — 2 operation(s) for clusters.
Oracle Cloud Infrastructure Compartments API
The Compartments API from Oracle Cloud Infrastructure — 1 operation(s) for compartments.
Oracle Cloud Infrastructure DB Systems API
The DB Systems API from Oracle Cloud Infrastructure — 2 operation(s) for db systems.
Oracle Cloud Infrastructure Functions API
The Functions API from Oracle Cloud Infrastructure — 3 operation(s) for functions.
Oracle Cloud Infrastructure Groups API
The Groups API from Oracle Cloud Infrastructure — 1 operation(s) for groups.
Oracle Cloud Infrastructure Images API
The Images API from Oracle Cloud Infrastructure — 2 operation(s) for images.
Oracle Cloud Infrastructure Instances API
The Instances API from Oracle Cloud Infrastructure — 3 operation(s) for instances.
Oracle Cloud Infrastructure Internet Gateways API
The Internet Gateways API from Oracle Cloud Infrastructure — 1 operation(s) for internet gateways.
Oracle Cloud Infrastructure Metrics API
The Metrics API from Oracle Cloud Infrastructure — 2 operation(s) for metrics.
Oracle Cloud Infrastructure Namespaces API
The Namespaces API from Oracle Cloud Infrastructure — 1 operation(s) for namespaces.
Oracle Cloud Infrastructure Node Pools API
The Node Pools API from Oracle Cloud Infrastructure — 2 operation(s) for node pools.
Oracle Cloud Infrastructure Objects API
The Objects API from Oracle Cloud Infrastructure — 2 operation(s) for objects.
Oracle Cloud Infrastructure Policies API
The Policies API from Oracle Cloud Infrastructure — 1 operation(s) for policies.
Oracle Cloud Infrastructure Preauthenticated Requests API
The Preauthenticated Requests API from Oracle Cloud Infrastructure — 1 operation(s) for preauthenticated requests.
Oracle Cloud Infrastructure Route Tables API
The Route Tables API from Oracle Cloud Infrastructure — 1 operation(s) for route tables.
Oracle Cloud Infrastructure Security Lists API
The Security Lists API from Oracle Cloud Infrastructure — 1 operation(s) for security lists.
Oracle Cloud Infrastructure Shapes API
The Shapes API from Oracle Cloud Infrastructure — 1 operation(s) for shapes.
Oracle Cloud Infrastructure Subnets API
The Subnets API from Oracle Cloud Infrastructure — 2 operation(s) for subnets.
Oracle Cloud Infrastructure Users API
The Users API from Oracle Cloud Infrastructure — 2 operation(s) for users.
Oracle Cloud Infrastructure VCNs API
The VCNs API from Oracle Cloud Infrastructure — 2 operation(s) for vcns.
Oracle Cloud Infrastructure Volume Attachments API
The Volume Attachments API from Oracle Cloud Infrastructure — 2 operation(s) for volume attachments.
Scroll within the panel for all 25 ·
Postman Collections 8
A runnable collection turns the contract into something a developer can execute in seconds. We profile them because the fastest way to trust an API is to make a real call against it.
Ready-to-run Postman collections for exercising this provider's APIs.
Oracle Cloud Compute API
POSTMANOracle Cloud Database API
POSTMANOracle Cloud Functions API
POSTMANOracle Cloud Monitoring API
POSTMANOracle Cloud Networking API
POSTMANScroll within the panel for all 8 ·
Arazzo Workflows 18
Real integrations are rarely a single call. Arazzo describes the multi-step sequences — auth, then create, then confirm — so both a human and an agent can follow the choreography, not just the endpoints.
Multi-step API workflows described with the Arazzo specification.
Oracle Cloud Add Secured Subnet
Resolve a VCN's route table and security list, then create a subnet wired to both.
ARAZZOOracle Cloud Create Bucket And Upload Object
Resolve the namespace, create a bucket, upload an object, then confirm it is listed.
ARAZZOOracle Cloud Create Metric Alarm
Discover a metric in a namespace, create an alarm on it, then confirm the alarm.
ARAZZOOracle Cloud Deploy And Invoke Function
Create a Functions application, create a function in it, then invoke the function.
ARAZZOOracle Cloud Find Image And Launch Instance
Pick a compatible shape and image in a compartment, then launch an instance with them.
ARAZZOOracle Cloud Launch Instance With Attached Volume
Launch a compute instance, poll until it is running, then attach a block volume.
ARAZZOOracle Cloud Onboard IAM User
Create an IAM group, create a user, then create a policy granting the group access.
ARAZZOOracle Cloud Provision Autonomous Database
Create an Autonomous Database and poll until it is AVAILABLE with connection URLs.
ARAZZOOracle Cloud Provision OKE Cluster With Node Pool
Create a Kubernetes cluster, poll until active, then add a node pool to it.
ARAZZOOracle Cloud Provision VCN Network
Create a VCN, poll until available, add an internet gateway, and create a public subnet.
ARAZZOOracle Cloud Resize Instance Shape
Stop an instance, update its flexible shape configuration, then start it back up.
ARAZZOOracle Cloud Restart Autonomous Database
Stop an Autonomous Database, confirm it stopped, then start it again.
ARAZZOOracle Cloud Share Object Via Preauthenticated Request
Resolve the namespace, confirm an object exists, then mint a read-only pre-authenticated URL.
ARAZZOOracle Cloud Stop And Terminate Instance
Gracefully stop a running instance, confirm it stopped, then terminate it.
ARAZZOOracle Cloud Summarize Instance CPU Metrics
Confirm a running instance, then query summarized CPU metrics for its compartment.
ARAZZOOracle Cloud Teardown Functions Application
List functions in an application, delete the first function, then delete the application.
ARAZZOOracle Cloud Teardown OKE Cluster
List a cluster's node pools, delete the first node pool, then delete the cluster.
ARAZZOOracle Cloud Teardown VCN Network
List subnets in a VCN, delete the first subnet, then delete the VCN itself.
ARAZZOScroll within the panel for all 18 ·
Pricing Plans 1
Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.
Published pricing tiers and plan structures.
Rate Limits 1
Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.
Documented rate limits and quota policies.
Oracle Cloud Rate Limits
RATE LIMITSFinOps 1
Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.
Cost, billing, and metering signals for API financial operations.
Oracle Cloud Finops
FINOPSFeatures 14
The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.
Notable capabilities this provider offers.
Compute
Bare metal, virtual machine, and GPU compute instances with flexible shapes and autoscaling
Object Storage
Highly durable and scalable object storage for unstructured data with S3 compatibility
Autonomous Database
Self-driving, self-securing, self-repairing database with automated patching and tuning
Container Engine for Kubernetes
Managed Kubernetes service for deploying and managing containerized applications
Virtual Cloud Networks
Software-defined networking with private subnets, security lists, and network security groups
Identity and Access Management
Fine-grained access control with policies, compartments, and identity federation
Serverless Functions
Event-driven serverless compute platform based on Fn Project
Load Balancing
Layer 4 and Layer 7 load balancing with SSL termination and health checks
Monitoring and Alarms
Real-time metrics collection, dashboards, and automated alarm notifications
Cloud Guard
Automated security monitoring and threat detection across OCI resources
Vault and Key Management
Hardware security module-backed encryption key management and secret storage
Disaster Recovery
Automated disaster recovery orchestration for complex multi-tier applications
Generative AI
Large language model hosting and inference with customizable foundation models
Data Science
Managed Jupyter notebooks and ML model lifecycle management platform
Scroll within the panel for all 14 ·
Semantic Vocabularies 34
JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.
JSON-LD contexts and semantic vocabularies used across these APIs.
Scroll within the panel for all 34 ·
Spectral Rules 2
Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.
JSON Schema 119
Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.
Standalone JSON Schema definitions for this provider's data models.
AttachVolumeDetails
JSON SCHEMAImage
JSON SCHEMAInstance
JSON SCHEMALaunchInstanceDetails
JSON SCHEMAShape
JSON SCHEMAUpdateInstanceDetails
JSON SCHEMAVolumeAttachment
JSON SCHEMAAutonomousDatabase
JSON SCHEMAAutonomousDatabaseSummary
JSON SCHEMACreateAutonomousDatabaseDetails
JSON SCHEMADbSystem
JSON SCHEMADbSystemSummary
JSON SCHEMAUpdateAutonomousDatabaseDetails
JSON SCHEMAApplication
JSON SCHEMAApplicationSummary
JSON SCHEMACreateApplicationDetails
JSON SCHEMACreateFunctionDetails
JSON SCHEMAFunction
JSON SCHEMAFunctionSummary
JSON SCHEMACompartment
JSON SCHEMACreateGroupDetails
JSON SCHEMACreatePolicyDetails
JSON SCHEMACreateUserDetails
JSON SCHEMAGroup
JSON SCHEMAPolicy
JSON SCHEMAUpdateUserDetails
JSON SCHEMAUser
JSON SCHEMAAlarm
JSON SCHEMAAlarmSummary
JSON SCHEMACreateAlarmDetails
JSON SCHEMAMetricData
JSON SCHEMAMetric
JSON SCHEMASummarizeMetricsDataDetails
JSON SCHEMAUpdateAlarmDetails
JSON SCHEMACreateInternetGatewayDetails
JSON SCHEMACreateSubnetDetails
JSON SCHEMACreateVcnDetails
JSON SCHEMAInternetGateway
JSON SCHEMARouteTable
JSON SCHEMASecurityList
JSON SCHEMASubnet
JSON SCHEMAUpdateVcnDetails
JSON SCHEMAVcn
JSON SCHEMABucket
JSON SCHEMABucketSummary
JSON SCHEMACreateBucketDetails
JSON SCHEMACreatePreauthenticatedRequestDetails
JSON SCHEMAListObjects
JSON SCHEMAObjectSummary
JSON SCHEMAPreauthenticatedRequest
JSON SCHEMAPreauthenticatedRequestSummary
JSON SCHEMAUpdateBucketDetails
JSON SCHEMACluster
JSON SCHEMAClusterSummary
JSON SCHEMACreateClusterDetails
JSON SCHEMACreateNodePoolDetails
JSON SCHEMANodePool
JSON SCHEMANodePoolSummary
JSON SCHEMAUpdateClusterDetails
JSON SCHEMAAlarm
JSON SCHEMAAlarmSummary
JSON SCHEMAApplication
JSON SCHEMAApplicationSummary
JSON SCHEMAAttachVolumeDetails
JSON SCHEMAAutonomousDatabase
JSON SCHEMAAutonomousDatabaseSummary
JSON SCHEMABucket
JSON SCHEMABucketSummary
JSON SCHEMACluster
JSON SCHEMAClusterSummary
JSON SCHEMACompartment
JSON SCHEMACreateAlarmDetails
JSON SCHEMACreateApplicationDetails
JSON SCHEMACreateAutonomousDatabaseDetails
JSON SCHEMACreateBucketDetails
JSON SCHEMACreateClusterDetails
JSON SCHEMACreateFunctionDetails
JSON SCHEMACreateGroupDetails
JSON SCHEMACreateInternetGatewayDetails
JSON SCHEMACreateNodePoolDetails
JSON SCHEMACreatePolicyDetails
JSON SCHEMACreatePreauthenticatedRequestDetails
JSON SCHEMACreateSubnetDetails
JSON SCHEMACreateUserDetails
JSON SCHEMACreateVcnDetails
JSON SCHEMADbSystem
JSON SCHEMADbSystemSummary
JSON SCHEMAError
JSON SCHEMAFunction
JSON SCHEMAFunctionSummary
JSON SCHEMAGroup
JSON SCHEMAImage
JSON SCHEMAInstance
JSON SCHEMAInternetGateway
JSON SCHEMALaunchInstanceDetails
JSON SCHEMAListObjects
JSON SCHEMAMetric
JSON SCHEMAMetricData
JSON SCHEMANodePool
JSON SCHEMANodePoolSummary
JSON SCHEMAObjectSummary
JSON SCHEMAPolicy
JSON SCHEMAPreauthenticatedRequest
JSON SCHEMAPreauthenticatedRequestSummary
JSON SCHEMARouteTable
JSON SCHEMASecurityList
JSON SCHEMAShape
JSON SCHEMASubnet
JSON SCHEMASummarizeMetricsDataDetails
JSON SCHEMAUpdateAlarmDetails
JSON SCHEMAUpdateAutonomousDatabaseDetails
JSON SCHEMAUpdateBucketDetails
JSON SCHEMAUpdateClusterDetails
JSON SCHEMAUpdateInstanceDetails
JSON SCHEMAUpdateUserDetails
JSON SCHEMAUpdateVcnDetails
JSON SCHEMAUser
JSON SCHEMAVcn
JSON SCHEMAVolumeAttachment
JSON SCHEMAScroll within the panel for all 119 ·
JSON Structure 60
JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.
JSON Structure definitions describing this provider's data shapes.
Compute Attach Volume Details Structure
JSON STRUCTURECompute Image Structure
JSON STRUCTURECompute Instance Structure
JSON STRUCTURECompute Launch Instance Details Structure
JSON STRUCTURECompute Shape Structure
JSON STRUCTURECompute Update Instance Details Structure
JSON STRUCTURECompute Volume Attachment Structure
JSON STRUCTUREDatabase Autonomous Database Structure
JSON STRUCTUREDatabase Autonomous Database Summary Structure
JSON STRUCTUREDatabase Create Autonomous Database Details Structure
JSON STRUCTUREDatabase Db System Structure
JSON STRUCTUREDatabase Db System Summary Structure
JSON STRUCTUREDatabase Update Autonomous Database Details Structure
JSON STRUCTUREFunctions Application Structure
JSON STRUCTUREFunctions Application Summary Structure
JSON STRUCTUREFunctions Create Application Details Structure
JSON STRUCTUREFunctions Create Function Details Structure
JSON STRUCTUREFunctions Function Structure
JSON STRUCTUREFunctions Function Summary Structure
JSON STRUCTUREIam Compartment Structure
JSON STRUCTUREIam Create Group Details Structure
JSON STRUCTUREIam Create Policy Details Structure
JSON STRUCTUREIam Create User Details Structure
JSON STRUCTUREIam Group Structure
JSON STRUCTUREIam Policy Structure
JSON STRUCTUREIam Update User Details Structure
JSON STRUCTUREIam User Structure
JSON STRUCTUREMonitoring Alarm Structure
JSON STRUCTUREMonitoring Alarm Summary Structure
JSON STRUCTUREMonitoring Create Alarm Details Structure
JSON STRUCTUREMonitoring Metric Data Structure
JSON STRUCTUREMonitoring Metric Structure
JSON STRUCTUREMonitoring Summarize Metrics Data Details Structure
JSON STRUCTUREMonitoring Update Alarm Details Structure
JSON STRUCTURENetworking Create Internet Gateway Details Structure
JSON STRUCTURENetworking Create Subnet Details Structure
JSON STRUCTURENetworking Create Vcn Details Structure
JSON STRUCTURENetworking Internet Gateway Structure
JSON STRUCTURENetworking Route Table Structure
JSON STRUCTURENetworking Security List Structure
JSON STRUCTURENetworking Subnet Structure
JSON STRUCTURENetworking Update Vcn Details Structure
JSON STRUCTURENetworking Vcn Structure
JSON STRUCTUREObject Storage Bucket Structure
JSON STRUCTUREObject Storage Bucket Summary Structure
JSON STRUCTUREObject Storage Create Bucket Details Structure
JSON STRUCTUREObject Storage List Objects Structure
JSON STRUCTUREObject Storage Object Summary Structure
JSON STRUCTUREObject Storage Preauthenticated Request Structure
JSON STRUCTUREObject Storage Update Bucket Details Structure
JSON STRUCTUREOke Cluster Structure
JSON STRUCTUREOke Cluster Summary Structure
JSON STRUCTUREOke Create Cluster Details Structure
JSON STRUCTUREOke Create Node Pool Details Structure
JSON STRUCTUREOke Node Pool Structure
JSON STRUCTUREOke Node Pool Summary Structure
JSON STRUCTUREOke Update Cluster Details Structure
JSON STRUCTUREOracle Cloud Structure
JSON STRUCTUREScroll within the panel for all 60 ·
Examples 128
Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.
Example request and response payloads for these APIs.
Compute Image Example
EXAMPLECompute Instance Example
EXAMPLECompute Shape Example
EXAMPLEDatabase Db System Example
EXAMPLEFunctions Function Example
EXAMPLEIam Compartment Example
EXAMPLEIam Group Example
EXAMPLEIam Policy Example
EXAMPLEIam User Example
EXAMPLEMonitoring Alarm Example
EXAMPLEMonitoring Metric Example
EXAMPLENetworking Subnet Example
EXAMPLENetworking Vcn Example
EXAMPLEOke Cluster Example
EXAMPLEOke Cluster Summary Example
EXAMPLEOke Node Pool Example
EXAMPLEOracle Cloud Getuser Example
EXAMPLEOracle Cloud Getvcn Example
EXAMPLEScroll within the panel for all 128 ·
Security Posture 2
Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Agentic Access 1
An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.
Recommended x-agentic-access execution contracts for AI agents.
Use Cases 10
What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.
What developers build with this provider.
Cloud Migration
Migrate on-premises workloads to OCI with tools for assessment, planning, and execution
High Performance Computing
Run HPC workloads with bare metal instances, RDMA networking, and cluster networking
Data Warehousing
Build scalable data warehouses with Autonomous Database and integrated analytics
DevOps and CI/CD
Automate build, test, and deployment pipelines with OCI DevOps and Container Engine
Disaster Recovery
Implement business continuity with cross-region replication and automated failover
AI and Machine Learning
Train and deploy ML models using GPU instances, Data Science, and Generative AI services
Hybrid Cloud
Extend on-premises infrastructure with Cloud@Customer and dedicated regions
SaaS Extension
Extend Oracle SaaS applications with custom APIs and integrations on OCI
IoT and Edge Computing
Process IoT data at scale with streaming, functions, and edge infrastructure
Multi-Cloud Networking
Connect OCI with AWS, Azure, and Google Cloud using FastConnect and partnerships
Scroll within the panel for all 10 ·
Integrations 10
Pre-built integrations with other platforms tell you where this provider already fits in a stack.
Pre-built integrations with other platforms and tools.
Terraform
Infrastructure as Code provisioning with the OCI Terraform Provider
Ansible
Configuration management and automation with OCI Ansible Collection
Grafana
Metrics visualization with the OCI Grafana Plugin for Monitoring data
Kubernetes
Container orchestration with managed OKE clusters and Helm chart support
Visual Studio
IDE integration with OCI Tools for Visual Studio
VS Code
IDE integration with OCI Toolkit for Visual Studio Code
Eclipse
IDE integration with OCI Toolkit for Eclipse
GitHub Actions
CI/CD automation with OCI GitHub Actions for deployment pipelines
Oracle Integration Cloud
Pre-built connectors for SaaS and on-premises application integration
Microsoft Azure
Oracle Database@Azure for running Oracle databases on Azure infrastructure
Scroll within the panel for all 10 ·
Resources
Every other property we hold for Oracle Cloud Infrastructure — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.
Get Started 4
Portal, sign-up, and the first successful call
Documentation 1
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 54
Pagination, idempotency, versioning, errors, and events
Scroll within the panel for all 54 ·
Build 13
SDKs, sample code, and the tooling you integrate with
Scroll within the panel for all 13 ·
Access & Security 3
Authentication, authorization, and security posture
Learn 1
Tutorials, courses, talks, and written guidance
Operate 4
Status, limits, changes, and where to get help
Commercial 3
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
← All providers · Data indexed from github.com/api-evangelist/oracle-cloud · machine-readable index on apis.io