Docs

Deploy Guide

Everything you need to know about deploying Paperclip agents on HostAgentes.

1-Click Deploy (Dashboard)

The easiest way to deploy. From your HostAgentes dashboard:

  1. 1. Click "New Agent" in your dashboard
  2. 2. Enter a name for your agent
  3. 3. Select a deployment region (US, EU, Asia)
  4. 4. Add your LLM provider API key
  5. 5. Click "Deploy"

Your agent is live in under 5 minutes with a unique URL and API endpoint.

Region Selection

HostAgentes supports 42 global regions. Choose the region closest to your users for the lowest latency. Popular options:

US East (Virginia)
US West (Oregon)
EU West (Ireland)
EU Central (Frankfurt)
Asia Pacific (Tokyo)
Asia Pacific (Singapore)

Custom Domains

Every agent gets a default your-agent.hostagentes.com URL. Add a custom domain in your agent settings — we handle SSL certificates and DNS automatically.

API Endpoints

Each deployed agent gets a unique API endpoint with built-in authentication, rate limiting, and request logging. Use it to integrate your agent into any application.

POST https://your-agent.hostagentes.com/api/v1/chat
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Environment Variables

Store API keys, secrets, and configuration as environment variables in your dashboard. They're encrypted at rest and never exposed in logs. Your agent accesses them through standard environment variable APIs.

Redeployment

Need to update your agent? Change settings in the dashboard and click "Redeploy". Updates go live in seconds with zero downtime. Previous configurations are saved for instant rollback.