FrontierzDocs

Executions

Every time an AI Fellow invokes a Connector during a conversation, the call gets logged. The execution log is your audit trail when you want to confirm the integration is firing, or debug why it isn't.

Where the executions live

The Connectors Library has two views into executions:

  • Across the company. The Connectors Library index (the main page you land on) shows the most recent executions across every Connector in your tenant. Useful when you don't yet know which Connector fired, or didn't.
  • For a single Connector. The Connector's detail page has its own executions table with totals (succeeded / failed / pending) and a full history. This is the view you'll spend most of your time in.

Open the executions for a Connector

Go to Frontierz Studio → Connectors.
Click the Connector you want to inspect.
Scroll to the Executions section on the detail page. Each row links to the full payload and response.

For each call you'll see:

  • Timestamp of the invocation.
  • Input the AI Fellow gathered from the user and sent in.
  • Response received from the integration.
  • Status: succeeded, failed, or pending.

Open the executions view when you've just deployed a new Connector and want to confirm it's actually being triggered. Or when a user reports that something "didn't happen": the log shows whether the Connector ran at all, and what came back if it did. You can also send a manual test run from the same page. See Test it before you publish it.

On this page