Search…
Welcome
Overview
What is Velocity?
Why Should I Use Velocity?
Use Cases
Overview
Frontend development against an isolated environment
Develop one or more microservices
Feature collaboration
Getting Started
Setup
Using Docker Compose
Using Kubernetes & Helm
Check Status & Logs
Guides
Develop locally with remote dependencies
File sync and hot reload
Data seeding
Cost control using sleep/wake up
Connecting to remote services
Using a Velocity configuration file (.velocity.yaml)
Creating Blueprints (Alpha)
Overview
Velocity Annotations
Using Helm
Using Kustomize
API Reference
CLI Reference
Management API
Admin Setup
Requirements
Infrastructure Setup
FAQs
Frequently Asked Questions
Powered By
GitBook
Management API
The Management API helps organizations to apply changes to their blueprint definitions.
To obtain an API key, please contact your Velocity account manager.
Services
get
https://api.velocity.tech/api/v1
/services
Get all of the account's services
post
https://api.velocity.tech/api/v1
/services
Create a service
put
https://api.velocity.tech/api/v1
/services/{id}
Update a service
Service Blueprints
get
https://api.velocity.tech/api/v1
/services/{id}/definition
Get the latest service blueprint
post
https://api.velocity.tech/api/v1
/services/{id}/definition
Create a service blueprint
API Reference - Previous
CLI Reference
Next - Admin Setup
Requirements
Last modified
6mo ago
Copy link
Contents
Services
post
/services
put
/services/{id}
Service Blueprints
get
/services/{id}/definition
post
/services/{id}/definition