Tài liệu
Mọi thứ bạn cần để bắt đầu
Quick Start
Get up and running in under 2 minutes. Sign up, grab your API key, and point your AI tool to Techopenclaw.
1
Create an account
Sign up with your credentials. You'll receive an API key on registration.
2
Generate an API key
Go to Dashboard and create a new key. Keys are prefixed with
toc-.3
Configure your tool
Set the base URL and API key as environment variables, or use the Claude Code installer script for the fastest setup. See Supported Agents below for tool-specific setup.
OpenAI Compatible
https://api.techopenclaw.com/v1
Anthropic Compatible
https://api.techopenclaw.com
Authentication
Include your API key in the request header. Both formats are supported:
HTTP
Authorization: Bearer toc-..... # or X-API-Key: toc-.....