Deploy Agent to Hosted HumanOS
Overview
Deploy your agent to HUMAN's Hosted HumanOS infrastructure.
SDK Example
// Auto-generated from SDK - Coming Soon
await workforce.deploy({
agentId: 'my-customer-support-agent',
runtime: 'hosted-humanos',
region: 'us-east-1',
config: { memory: '2GB', timeout: 30 },
});
Use Cases
- Cloud deployment
- Managed infrastructure
- Zero-ops agents
- Quick deployment
See Also
- Monitor Agent Health
- Scale Agent Instances
- Distributed Workflow (HumanOS)