Skip to content

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:% or http://127.0.0.1:%