openstack server create --name my-instance
curl -X GET https://api.patrii.cloud/v1/servers
terraform apply -auto-approve
{ "instance": { "flavor": "m1.medium" } }
kubectl get pods -n production
docker-compose up -d
pip install patrii-cloud-sdk
npm install @patrii/cloud-client
Documentation
Everything you need to get started with Patrii Cloud
Documentation Coming Soon
We're working hard on comprehensive documentation for all our services. In the meantime, here's what will be available:
Getting Started Guide
API Reference
Service Documentation
Tutorials and Best Practices
FAQ and Troubleshooting
Quick Start Example
# Create your first instance
curl -X POST https://api.patrii.cloud/v1/instances \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "my-first-instance",
"type": "vps.small",
"region": "montreal-1",
"image": "ubuntu-22.04"
}'Need Help Now?
While we prepare our documentation, feel free to reach out to our support team
Contact Support