You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: This operation returns the specific Agent Definition including Skills and certain Tools used in those Skills.
Description: This operation returns the specific Agent Definition including Skills and certain Tools used in those Skills. Each definition can contain many Skills, and in those Skills they may contain Tools based on the Invocation / Execution Type. Generally REST APIs will be listed here.
Secured by: Setup: Agents
Responses
Status Code
Description
Schema
200
Successful response. A successful response can return no matched data.
Summary: Based on the A2A Agent Card specification, this REST operation allows you to create an Agent Definition in Workday.
Description: Based on the A2A Agent Card specification, this REST operation allows you to create an Agent Definition in Workday, while also highlighting the specific Workday APIs/Resources that the Agent is allowed access to. It will update an existing instance IF one already exists with the same name, provider organization, and version.
List of Workday Resources used by this agents skill.
✅ Yes
executionMode {#executionMode}
Property
Type
Description
Required
id
enum[Ambient, Delegate]
If this Skill requires/necessitates human invocation, it is "Delegate". If no human is required to invoke it would be classed as "Ambient". This deliniates the Grant Type necessary. Note, must be in format "Mode=Ambient" or "Mode=Delegate"
The code that corresponds to the error message. Use the error code to drive programmatic error-handling behavior. Don't use error message strings for this purpose because they are subject to change