Blaxel
Official@blaxel-ai · United States of America
Building the infrastructure for AI agents
Agent Skills by Blaxel
Showing 12 vetted skills indexed across 2 GitHub repositories.
check-deploy
Monitor the "Build and Push Sandbox" CI/CD workflow for completion status.
update-api-reference
Regenerate OpenAPI reference documentation from Go swag annotations.
check-ci
Poll GitHub Actions workflow status on a branch until completion.
deploy-dev
Merge feature branches into develop and push to the remote repository.
run-integration-tests
Execute sandbox-api integration tests against a live API instance.
dev-environment
Start a Docker Compose development environment with hot-reloading for Go code.
add-hub-template
Create sandbox hub templates with Dockerfile, template.json, and docker-compose.yaml.
run-e2e
Run end-to-end tests against a sandbox image to validate the sandbox-api binary.
migrate-from-e2b
Translate E2B sandbox API calls and authentication flows to Blaxel equivalents.
migrate-from-daytona
Translate Daytona sandbox code to Blaxel equivalents for TypeScript and Python.
blaxel
Provision isolated cloud sandboxes with live preview URLs on Blaxel.
migrate-from-modal
Maps TypeScript and Python APIs from Modal to Blaxel equivalents.
Frequently Asked Questions About Blaxel
FAQPage SchemaWhat specific tasks can engineers perform using Blaxel?▼
Engineers can provision isolated cloud sandboxes, execute end-to-end binary validation, and manage containerized development environments. The platform supports hot-reloading for Go code and provides mechanisms to regenerate documentation directly from source annotations, ensuring synchronization between infrastructure state and technical reference materials.
Which migration paths are supported for existing sandbox users?▼
Blaxel provides native translation paths for users migrating from E2B, Daytona, and Modal. These capabilities map existing sandbox calls, authentication patterns, and language-specific interfaces to Blaxel equivalents, minimizing refactoring requirements when transitioning infrastructure providers.
What are the primary prerequisites for deploying Blaxel environments?▼
Deployment requires a configured Docker environment and access to the Blaxel registry. Users must maintain compatible Dockerfile and template.json definitions to initialize hub templates. Integration testing relies on a live instance of the sandbox binary to validate connectivity and functional parity.