Custom Agents
此内容尚不支持你的语言。
If you are a programmer, you can write or customize an AI Agent to utilize Teapplix MCP server to automate tasks.
Teapplix MCP server supports 2 authentication formats:
- by passing X-Teapplix-API-Token: xxxx header to the MCP server. xxxx is your Teapplix REST API token obtained on Teapplix Settings -> API page. Notice when you use this, your API Token is stored with the Agent typically on local disk, and this can be subject to security risks.
- if your Agent supports oauth2, you can run oauth2 with our authorization server at: https://www.teapplix.com. For an Agent running on your local machine we allow redirect url in the form of:
http://localhost:%orhttp://127.0.0.1:%

