Artemis labels this channel AIforWork. The product it connects to is documented as AI for Work. This article uses AIforWork for the on-screen label and AI for Work for the product.
Before you begin
You need administrator access to the AI for Work Admin Console and permission to create and publish Autonomous Agents in the target workspace. You also need a project in Artemis with at least one deployed version in the environment you plan to bind the connection to. Create the connection in Artemis first. The endpoint URL and connection secret it generates are the inputs to the AI for Work side of the setup.Create the channel connection in Artemis
1
Enter the connection details
Open Artemis, select the required project, and go to Deployments -> Channels -> AIforWork -> + New. On the New AIforWork Connection dialog, provide the following fields.
Select Create.
2
Copy the endpoint URL and connection secret
The AIforWork Connection Created dialog shows the Endpoint URL and the Connection Secret. Copy both values and store the secret securely, then select Done.AI for Work uses the endpoint URL and secret to sign its requests with HMAC.
Link the connection in AI for Work
1
Create the Autonomous Agent
- Open the AI for Work Admin Console, switch to the target workspace, and go to AI Agents -> Autonomous Agents.
- Select Create agent, then create the agent from scratch.
- Enter the agent name and the purpose of the app. AI for Work uses the purpose for query routing and training.
2
Add the Artemis credentials
- In Configure agentic app, select Add using credentials.
- On the Link using credentials dialog, enter the Endpoint URL and the Connection Secret you copied from Artemis.
- Select Run and Save.
3
Set the execution mode
Select Async as the mode and test the connection. A successful test reports that the async connection succeeded.Async mode suits agents that take longer than the 60-second sync timeout. When you use async mode, set the Callback Base URL on the Artemis connection’s Configuration tab so the agent can return responses and proactive notifications to AI for Work.
4
Publish the agent
Select Continue, then select Publish. Choose whether to publish to everyone in the account or to limited users. For the full set of publishing options, see the AI for Work custom agents documentation.
Key values reference
Pass custom metadata
AI for Work can pass custom metadata to the connected Artemis app. In Configure agentic app, open </> Meta Data and add the metadata you want to send. Inside Artemis, the expression that reads the metadata differs by surface. The following examples read anemail key.
Manage the channel connection
Opening a connection from Deployments -> Channels -> AIforWork shows three tabs: Overview, Configuration, and Deployment. The header shows the connection name, the bound environment, the status, and the channel type, along with Pause and delete actions.- Overview
- Configuration
- Deployment
The Connection Summary shows these fields.
Under Setup Instructions, the tab shows the Endpoint URL to enter in AI for Work and the masked Connection Secret. Select Rotate to issue a new secret. The full secret is shown only at creation time and can’t be retrieved.