One config file. Channels, LLM, plugins — everything wired through a plugin marketplace. Push the config, the agent is live.
agentplatform agent.hclagent "support-bot" {
llm "claude" {
source = "agentplatform/llm-anthropic"
model = "claude-sonnet-4-20250514"
}
channel "web" {
source = "agentplatform/channel-webchat"
}
plugin "knowledge" {
source = "agentplatform/rag"
hook "pre_call" {}
}
}Log in to your agentplatform dashboard.
Don't have an account? Join the waitlist