Agents API
Dataworkz Agents API
Last updated
Dataworkz Agents API
Last updated
Dataworkz Agents are powerful systems that bring together data from multiple systems via tools and leveraging a declarative mechanism to build Agents, can be used as a powerful Agentic RAG system. The API allows you to integrate Agents into any system.
Note: All API calls require an API Token. Please follow these steps to . The API Key has to be provided in the Authorization
header in the format SSWS <your api key>
Dataworkz Agents provide a stateless API that consumes the conversation history so far and responds to the user's question/text appropriately. Agents need to be built and saved in Dataworkz using the AgentBuilder. You can get the agentId
from the Agent card in the product UI.
Get a list of all agents in this account - id, name, description
For Dataworkz API Token use the format 'SSWS ' and for OAuth2 generated JWT token use 'Bearer '
successful operation
For the given agent specified by the agentId, get the agent's response for the user's text and the conversation history
Id of the Agent in the system
3756809c-4032-4e48-b3f0-2a6d30a03a54
The last text from the user. Must be url encoded.
What is the status of the order?
Id of the LLM to use for the agent. This must be one of the LLMs configured in this account. Currently, gpt-4 and llama3-70B models are supported. Id can be copied from the LLM Configuration page.
3756809c-4032-4e48-b3f0-2a6d30a03a54
Any additional properties to be passed to influence execution
For Dataworkz API Token use the format 'SSWS ' and for OAuth2 generated JWT token use 'Bearer '
successful operation