Private Beta • Invitation Only

Give agents workspace
instead of tools.

A persistent, pre-configured environment where AI agents work, store state, and fork tasks.

$pip install funky-sdk
from google.adk.agents import Agent
from funky import Workspace
# Initialize your workspace
ws = Workspace.create()
# Define the tool using your simple API
def run_shell_cmd(command: str):
'''Executes bash commands in the Funky workspace.'''
result = ws.execute(command)
return result.stdout
# Attach to Agent
agent = Agent(tools=[run_shell_cmd])

Move-in ready.

Every Funky workspace comes pre-loaded with the tools your agent needs. Pick a template, git clone your scripts, and go.

Browser Workspace

Control any browser with natural language. Built for web automation, UI testing, and scraping agents.

Pre-installed

Python
browser-usePlaywright

Android Workspace

Automate and test Android apps from the cloud. Your agent drives a real device over ADB.

Pre-installed

Android ADB
Emulator

Data Analyst Workspace

Query, transform, and analyse data at any scale. Your agent runs SQL and Python side by side.

Pre-installed

DuckDBSQLitePandas

Evolve your workspace. Stay in control.

Funky closes the loop between observation and improvement — so your workspace evolves as fast as your use cases do.

1

Measure

Define metrics and instrument your workspace. Collect data across agent runs — success rates, latency, task completion, and more.

2

Patch

Extract insights from your metrics. Identify what's failing and apply targeted patches to scripts, prompts, or dependencies.

3

Verify

Validate every improvement before it ships. Compare against historical baselines or run a canary instance side by side.

© 2026 Funky Inc. | Designed for Agents.