Deploying
The platform deploy lifecycle: prepare content and a manifest, declare the secret bundle, deploy on the InteractiveAI platform, and verify — plus updating, scaling, and a pre-flight checklist.
What you provide vs. what the platform does
You provide
The platform does
The manifest
name: DriveAway Production
id: driveaway-prod
version: "12"
endpoint: true
secrets:
- secret_name: driveaway-agent-secrets
agent_config:
runtime:
api_key: ${AGENT_API_KEY}
interactive_platform:
public_key: ${INTERACTIVEAI_PUBLIC_KEY}
secret_key: ${INTERACTIVEAI_SECRET_KEY}
llms:
default: anthropic/claude-haiku-4.5
api_key: ${ROUTER_API_KEY}
database:
hostname: agent-postgres.internal.example.com
password: ${DB_PASSWORD}
context:
system_prompt:
id: driveaway-system-prompt
version: 7
language: match_user
routines:
- id: car-search
version: 4
- id: book-a-car
version: 9
policies:
- id: stay-on-topic
version: 2
mcps:
- id: cars
hostname: https://cars-mcp.example.com
port: 443
transport: streamable-http
api_key: ${CARS_MCP_KEY}Secrets
Readiness and first-deploy evaluation
Sizing & scaling
Updating an agent
Graceful shutdown and rolling restarts
Verifying a deploy
Pre-flight checklist
Last updated
Was this helpful?

