create_instance
Create (deploy) a new AgentsPodium instance. Returns the instance id and, when enableA2A is true, the a2aUrl and a2aToken the caller should keep. After creating, poll instance_health until it is serving, then call set_llm_key to give it a working LLM key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name for the instance. | |
| tier | Yes | Hosting plan controlling RAM/CPU/disk. See list_platforms for prices. | |
| model | No | Default LLM model id for the engine. | |
| domain | No | Customer-owned domain to serve the instance from. | |
| engine | No | Runtime engine id (e.g. hermes, openclaw, n8n). See list_platforms for what's available. | hermes |
| channels | No | Channels to enable (web, telegram, ...). | |
| enableA2A | No | Turn on the A2A toolset and issue an a2aUrl/a2aToken for this instance. | |
| extraSoul | No | Extra system-prompt instructions appended to the persona. | |
| personaId | No | Persona/template id from list_platforms; defaults to the general-purpose persona. | personal-assistant |