Cloudflare Workers AI through ATCP

Chat, think and code from the terminal.

The CLI authenticates to ATCP with a scoped token. Cloudflare account credentials remain exclusively on the Node.js server.

$ npm link
$ atcp-ai login
$ atcp-ai chat
$ atcp-ai think "Review this architecture"
$ atcp-ai code "Write a secure Node API"

Provider      Cloudflare Workers AI
Credentials   Server-side only
Transport     HTTPS streaming

Purpose-specific model aliases

Administrators can replace model IDs through protected environment configuration without changing the CLI.

AI

Chat

General ATCP assistance using the configured Cloudflare conversational model.

chat

Think

Reasoning-oriented analysis using DeepSeek R1 Distill on Workers AI.

think
</>

Code

Secure code generation and review using Qwen 2.5 Coder on Workers AI.

code

Safety boundary

Coding mode returns text only. It cannot execute commands, modify files, access payment keys or read server environment variables. Daily quotas and per-minute rate limits apply.