v0.3.5 — 21 Tools, 7 Models, Free Tier

AI Coding Agent
for Cloudflare.

Open-source CLI yang baca file, eksekusi shell, deploy ke Cloudflare edge — dengan 7 model AI gratis. Plus platform untuk deploy apps dengan D1, R2, dan Workers AI.

Install CLI
🔧
21
tools
🧠
7
AI models
150K
neurons/day
📜
MIT
open source
autokeren — zshLIVE

Quick Start

Install in 60 seconds.

Three commands. No config files. Just install, set your API key, and start coding.

1

Install CLI

Recommended: pipx untuk isolasi environment. Alternatif: pip install --user

# Recommended (isolated install)
pipx install autokeren
# atau
pip install --user autokeren
2

Login & Get API Key

Jalankan autokeren --login, buka dashboard untuk buat API key, lalu paste ke terminal.

$ autokeren --login
Login AutoKeren Platform
Buka https://developers.autokeren.com/dashboard/keys
buat API key. Format: ak_live_...
API key: ak_live_••••••••
✓ Login berhasil!
3

Start Coding

Run autokeren di direktori project kamu. Agent akan baca kode, pahami konteks, dan eksekusi task.

autokeren
# atau direct mode (pakai CF credentials sendiri)
autokeren --mode direct

AI Models

7 Models. Free Tier.

Powered by Cloudflare Workers AI. Automatic fallback antar model. 150K neurons/day gratis.

PRIMARY

Kimi K2.7-Code

Moonshot AI

Primary model untuk agentic coding

262K context window
🌟

Kimi K2.6

Moonshot AI

Long context & Indonesian language

262K context window
SECONDARY
🔮

GLM 5.2

Zhipu AI

Secondary model, fast & reliable

131K context window
💨

GLM 4.5 Flash

Zhipu AI

Lightweight, high speed responses

131K context window
🦙

Llama 4 Scout

Meta

General Q&A & agentic workflows

131K context window
💎

Gemma 4

Google

Lightweight logic & high speed

8K context window
🧠

Nemotron

NVIDIA

Reasoning & analysis tasks

131K context window

Built-in Tools

21 Tools. Zero Plugins.

File I/O, shell execution, git, Cloudflare deploy, D1/KV CRUD, tmux supervision — semua bawaan.

📖
read
Baca file dengan line numbers
✏️
write
Tulis/overwrite file
🔧
patch_file
Edit presisi dengan oldString/newString
📁
list_files
List direktori dengan glob patterns
💾
run_shell
Eksekusi shell command dengan safety check
🔍
search_code
Regex search isi file
🌐
fetch_url
Fetch URL dan parse ke markdown
🔀
git_status
Git status, diff, dan commit
🚀
cf_deploy
Deploy Worker ke Cloudflare
📦
cf_build_next
Build Next.js app untuk Pages
🗄️
cf_kv
CRUD operations ke Cloudflare KV
🗃️
cf_d1
Query D1 database
🏗️
create_project
Buat project dari template
Deploy
deploy_project
Deploy project ke edge
📋
list_projects
List semua project
🖥️
tmux
Supervise long-running processes
📝
todo
Task list untuk tracking progress
🧠
remember
Cross-session persistent memory

Platform

Deploy Apps. Not Just Code.

Selain CLI, AutoKeren punya platform untuk deploy AI apps ke Cloudflare edge dengan D1 database, R2 storage, dan auth built-in.

🗄️

D1 Database

Serverless SQL database per project. Auto-provisioned.

☁️

R2 Storage

Object storage untuk file upload dan generated assets.

🔑

Auth Built-in

Google & GitHub OAuth pre-configured.

📡

Global Edge

Deploy ke Cloudflare edge. Sub-100ms latency worldwide.

🌐

Custom Subdomain

Setiap project dapat subdomain .autokeren.app.

📊

Usage Analytics

Track neurons, tokens, requests real-time.

🏗️

AI Builder

Describe ide → agent build UI + backend + deploy.

🎮

Playground

Test model API langsung dari browser.

FAQ

Questions?

Apakah benar-benar gratis?

Saat ini 100% gratis dengan quota 150,000 neurons/day. Tanpa kartu kredit, tanpa hidden cost. Cukup sign in dan dapatkan API key.

Apa itu neuron?

Neuron adalah unit billing Cloudflare Workers AI. 1,000 neurons = $0.011. Quota 150K neurons/day setara ~$1.65/day atau ~$50/bulan per user.

CLI vs Platform, bedanya apa?

CLI (autokeren) adalah coding agent untuk bikin code di lokal kamu. Platform (developers.autokeren.com) untuk deploy AI apps ke Cloudflare edge dengan D1, R2, dan auth.

Bisa pakai Cloudflare credentials sendiri?

Bisa. Mode direct: set CLOUDFLARE_ACCOUNT_ID dan CLOUDFLARE_API_TOKEN, tanpa perlu API key AutoKeren.

Open source?

CLI 100% open source MIT license di github.com/autokeren/autokeren. Platform (API gateway + dashboard) closed source.

Mulai Sekarang.

Install CLI, dapatkan API key, langsung ngoding. Gratis untuk mulai.

Install CLI