Everything you need to get started with PinchKit and OpenClaw. PinchKit = managed OpenClaw hosting, simple as that. You can self-host OpenClaw for free, or let us handle it for you.
Get PinchKit up and running in under 5 minutes with our one-line installer.
curl -fsSL https://pinchkit.ai/install | bashexport ANTHROPIC_API_KEY="your-api-key-here"openclaw startSuccess! Your OpenClaw assistant is now running at http://localhost:3000
Free forever — run OpenClaw on your own server. Perfect for local development and custom setups.
GitHub RepositoryManaged OpenClaw hosting with one-click deployment. Light ($8/mo) or Pro ($49.99/mo).
View pricingANTHROPIC_API_KEYRequired. Your Anthropic API key for Claude access.
GITHUB_TOKENOptional. GitHub personal access token for repository operations.
VERCEL_TOKENOptional. Vercel API token for deployment operations.
PinchKit uses a YAML configuration file located at ~/.openclaw/config.yml
# OpenClaw Configuration
server:
port: 3000
host: localhost
plugins:
- name: github
enabled: true
- name: vercel
enabled: true
- name: render
enabled: true
telegram:
enabled: false
bot_token: ""
chat_id: ""PinchKit comes with a curated set of plugins pre-installed and configured. Each plugin adds specific capabilities to your AI assistant.
Repository management, code operations, and issue tracking
Deploy web applications and static sites
Cloud service management and monitoring
Ethereum blockchain interactions
Perfect for development, testing, and personal use. Runs on your local machine with full access to all features.
openclaw start --localDeploy to your own VPS or cloud instance. Full control over your infrastructure.
# Install on Ubuntu/Debian curl -fsSL https://pinchkit.ai/install | bash # Configure systemd service sudo systemctl enable openclaw sudo systemctl start openclaw
Fully managed hosting with one-click deployment, monitoring, and support. Light ($8/mo) and Pro ($49.99/mo) tiers available.
Get StartedOpenClaw provides a RESTful API for programmatic access. Perfect for integrations and custom tooling.
/api/statusGet the current status and health of your OpenClaw instance.
/api/chatSend a message to your AI assistant and receive a response.
/api/pluginsList all available and installed plugins.
The installer may need elevated permissions to install global dependencies.
curl -fsSL https://pinchkit.ai/install | sudo bashCheck that your Anthropic API key is set and valid:
echo $ANTHROPIC_API_KEYEnsure the required API keys are configured for each plugin you want to use. Check the plugin documentation for specific requirements.
Need more help? Our community and support team are here to help: