Coming soon

Define your AI agent.
Deploy it in seconds.

One config file. Channels, LLM, plugins — everything your agent needs. Push the file, the agent is live. We handle the rest.

Join the waitlist
acme-support.hcl
agent "acme-support" {

  channel "web_chat" {
    source = "agentplatform/channel-webchat"
  }

  channel "telegram" {
    source = "agentplatform/channel-telegram"
    bot_token = var.telegram_token
  }

  llm "anthropic" {
    source = "agentplatform/llm-anthropic"
    model  = "claude-sonnet-4-20250514"
  }

  plugin "knowledge-base" {
    source = "agentplatform/rag"
    hook "pre_call" {}
    config {
      data_source = "https://docs.acme.com/sitemap.xml"
    }
  }

  plugin "hubspot" {
    source = "agentplatform/crm-hubspot"
    hook "tool_call" {}
  }

  plugin "guardrails" {
    source = "agentplatform/content-filter"
    hook "post_response" {}
  }
}

Plugins, not skills

Skills are static prompts. Plugins are live services with real logic, real APIs, and real data.

Skills / MCP Serversagentplatform plugins
What it isA markdown file or local serverA hosted service with real business logic
RuntimeRuns in your agent's processRuns on managed infrastructure, scales independently
IntegrationsYou manage API keys and connectionsPre-built connections to CRMs, databases, APIs — configured, not coded
Lifecycle hooksCan add tools the agent can callCan intercept, transform, or block any LLM request or response
Data accessLimited to what the agent can seeServer-side access to databases, APIs, and services your agent never touches
MonetizationNone — open source or bundledSet your price per call. Usage-based revenue from the marketplace.
UpdatesYou pull and reinstallAutomatic — plugins update without touching your config

Get early access

We're onboarding the first wave of developers. Early access includes:

  • Free tier during beta — Deploy agents and use core plugins at no cost while we're in beta.
  • Shape the plugin API — Your feedback directly influences the plugin SDK and HCL config format before they're locked.
  • Priority marketplace listing — Plugins you build during early access get featured placement when the marketplace launches.
  • Direct access to the team — Private Discord channel with the founding team. Bug reports, feature requests, architecture questions.

Early access is limited. We're starting with a small group to get the plugin API right before opening up.