Vector Pro
Provision, deploy, and manage serverless WordPress sites on AWS Lambda infrastructure with enterprise-grade CDN, WAF, and DNS services.
Base URL
https://api.builtfast.com/api/v1/vectorPrivate BetaVector Pro is currently in private beta. Get in touch to request access.
Authentication
All requests require Bearer token authentication via the Authorization header.
Authorization: Bearer {YOUR_API_TOKEN}
Keep tokens secure. Never expose in client-side code.
Quick Start
1Create a site
POST/sites2Upload via SFTP
ssh.myvectorsite.com3Deploy
POST/deploymentsResponse Format
200Single Resource
{
"data": {
"id": "01HQ7KXYZ...",
"type": "production",
"status": "active"
},
"message": "Success",
"http_status": 200
}200Collection
{
"data": [
{ "id": "01HQ7K..." },
{ "id": "01HQ7L..." }
],
"links": { "next": "..." },
"meta": { "total": 42 }
}422Validation Error
{
"errors": {
"type": ["Required"],
"php_version": ["Invalid"]
},
"message": "Validation failed"
}Status Codes
200Success201Created202Accepted (async)400Bad request401Unauthorized404Not found422Validation error429Rate limitedRate Limits
Default
120/minLogs
60/hourDeployments
30/hourCache Purge
60/hourSite Mutations
10/hourCredentials
10/hourDB Operations
10/hourHeaders:
X-RateLimit-RemainingPagination
pagePage number (default: 1)per_pageItems per page (max: 100)Response includes
links and meta objectsAsync Operations
Site creation, environments, and deployments return 202 and process asynchronously.
SDKs & Tools
composer require built-fast/vector-pro-sdknpm install @built-fast/vector-pro-sdkbrew install built-fast/devtools/vector-cliCopy for AI
Click the sparkle icon on any endpoint to copy its OpenAPI spec—ready to paste into your favorite LLM.
"Generate a PHP function to create a site""Write error handling for this endpoint""Create TypeScript types from this spec"