deco Studio

Quickstart

Get started with deco Studio in 5 minutes

Get Started in 5 Minutes

There are two ways to get started with deco Studio:

Option A: Managed Cloud

The fastest way. Sign up at studio.decocms.com and you’re ready to go.

  1. Create your account (email, GitHub, or Google OAuth)
  2. Create an organization — your top-level boundary for connections, agents, and team members
  3. You’re in. Start adding connections and hiring agents.

Option B: Run Locally

 bunx decocms 

This spins up a local instance with embedded PostgreSQL. Fully private — everything stays on your machine. Or clone and run from source:

 git clone https://github.com/decocms/studio.git
cd studio
bun install
bun run dev 

Add Your First Connection

Connections are tools and services you want your agents to use. Studio comes with a built-in store of popular integrations.

  1. Navigate to Connections in the sidebar
  2. Click Add from Store
  3. Browse available connections (Shopify, GitHub, Slack, Stripe, OpenRouter, and more)
  4. Select a connection and click Install
  5. Provide required credentials:
    • For OAuth connections: follow the OAuth flow to authorize
    • For API key connections: paste your API key

Your connection is now registered and credentials are encrypted in Studio’s vault.

Start Using Chat

Once you’ve connected at least one tool, you can use the built-in chat interface:

  1. Navigate to Chat in the sidebar
  2. Your connected tools are automatically available to the AI assistant
  3. Try asking questions or requesting actions:
    • “Show me today’s orders from Shopify”
    • “Create an issue on GitHub for the checkout bug”
    • “Send a Slack message to the team channel”
    • “Generate a sales report for the last 30 days”

The AI will automatically invoke the right tools from your connections.

You’re set up! From here, you can add more connections, hire specialized agents, organize work into projects, invite team members, and monitor all tool invocations in the Monitoring tab.

Next Steps

Found an error or want to improve this page?

Edit this page