Typed SDK
First-class TypeScript and Python. Tools, schemas, and state are typed end to end — autocomplete the whole way.
A typed SDK, a real local dev loop, versioned deploys, and CI hooks. Agents are code — so you get tests, reviews, and rollbacks, not a no-code black box.
First-class TypeScript and Python. Tools, schemas, and state are typed end to end — autocomplete the whole way.
Run agents on your machine with mocked tools and recorded fixtures. Iterate fast before anything hits the cloud.
Assert on agent behavior with eval suites that run on every PR — catch regressions before they ship.
Every deploy is immutable and tagged. Promote, roll back, and run blue/green between agent versions.
Define agents, tools, and guardrails in version control. Review changes in PRs like any other infra.
MCP for tools, OpenTelemetry for traces, OpenAI-compatible model APIs. No lock-in to fight later.
Install the CLI, define an agent, run it locally, then deploy. The same definition runs everywhere.
# install & scaffold
$ npm i -g @agentarc/cli
$ agentarc init triage-bot
# run locally with mocked tools
$ agentarc dev
# ship it
$ agentarc deploy --prod
✓ deployed v1 · https://run.agentarc.dev
Have an agent running locally in under five minutes — free, no card.