3 步接入你的 Agent

From zero to production in 3 minutes

1Get API Key

Sign up and generate your API Key with one click.

2Integrate Code

Copy the example code, complete integration in 3 minutes.

3Start Building

Integration complete, start building your Agent.

Code Example
curl -X POST https://api.hao.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HAOAI_API_KEY" \
  -d '{
    "model": "openai/gpt-5.4",
    "messages": [
      {"role": "user", "content": "Hello World!"}
    ]
  }'

Ready to build your next AI Agent ?

Get started in 3 minutes

Get API Key