Protected AI through ATCP
Chat, think and code from the terminal.
The CLI authenticates to ATCP with a scoped token. AI service credentials remain exclusively on the ATCP server.
$ atcp-ai login --endpoint https://atcp.sibaq.us $ atcp-ai chat $ atcp-ai think "Review this architecture" $ atcp-ai code "Write a secure Node API" Provider ATCP AI Credentials Server-side only Transport HTTPS streaming
Purpose-specific modes
Administrators select the production models from the protected ATCP control plane without changing client commands.
AI
Chat
General assistance using the configured chat model.
chat∴
Think
Reasoning-oriented analysis using the configured reasoning model.
think</>
Code
Secure code generation and review using the configured coding model.
codeSafety 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.