Documentation

Deploy Guide

Everything you need to know to deploy Paperclip agents on HostAgentes.

One-Click Deploy (Dashboard)

The simplest 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 will be 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 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 manage SSL certificates and DNS automatically.

API Endpoints

Every 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 are encrypted at rest and never exposed in logs. Your agent accesses them through standard environment variable APIs.

Redeployment

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