Skip to content

Coze Configuration Guide

About Coze

Coze is an AI agent development and application platform launched by ByteDance. It supports no-code/low-code construction of customized AI agents, providing core capabilities such as multi-model access, knowledge base management, tool calling, and workflow orchestration. Agents can be published as API services or multi-channel applications.
Coze official website: https://www.coze.cn/home

Coze Configuration Steps

  1. Create Agent Coze configuration steps

  2. Configure Agent Coze configuration steps

  3. Create Workflow Coze configuration steps

  4. Configure Workflow Coze configuration steps

  5. Add HTTP Request Node Coze configuration steps

  6. Import cURL cURL is as follows
    curl https://ai-tokenhub.com/api/v1/chat/completions
    -H 'Content-Type: application/json'
    -H 'Authorization: Bearer YOUR_API_KEY'
    -d '{ "model": "qwen3.5-plus", "messages": [{"role": "user", "content": "Say this is a test!"}], "temperature": 0.7 }'

Note: You need to modify the corresponding parts of cURL according to your API Key and used model Coze configuration stepsCoze configuration steps

  1. Click Test Coze configuration steps

  2. Test Run Results Coze configuration steps