A product manager asks whether ChatGPT can “just call our API” the way a deploy script does. The honest answer is usually no. A REST endpoint returns JSON when something supplies the right path, headers, and body. An assistant needs a named capability, a short description of when to use it, a schema for arguments, and a permission boundary that...