New
The next generation of Arc is here. Learn more

Build something.
The world is in your hands.

We make the things that actually help you ship. AI agents, always-on free cloud hosting, easy managed databases, and more. All powered by Altare's global edge network.

Join Altare for free

The cloud that just works.

Bring your idea. We'll host it, scale it, and make it work for you.

AI Agents Cloud Storage Altare Edge Payments

You don't even need to be a developer to get started.

Deploy a game server instead. Or a simple project off GitHub. Or ask Arc - and start building something new.

Learn more
ARC
YOU
agent.ts
deploy.ts
config.ts
import { ArcAgent, Context } from "@altare/arc" import type { Message, Tool } from "@altare/arc/types" import type { DeployConfig } from "@altare/cloud/deploy" // Configure the agent for this project type AgentState = { context: Context; tools: Tool[]; };