Access projects, deployments, monitoring, authentication, storage and cloud services through a simple REST API. Built for speed, scalability and automation.
curl -X GET \
https://api.europe-west4.net/v1/projects \
-H "Authorization: Bearer YOUR_TOKEN"
{
"projects": [
{
"id":"prod-001",
"name":"production"
}
]
}
Everything needed to automate cloud workloads.
API keys, OAuth2 and service accounts.
Create, update and manage infrastructure resources.
Access metrics, logs and health checks.
Receive real-time event notifications.
Core endpoints available in v1.
{
"status":"healthy",
"version":"1.0.0"
}
[
{
"id":"prod-001",
"name":"production"
}
]
{
"cpu":32,
"memory":48
}