Cribops icon

Cribops

Interact with Cribops AI agents

Overview

This node interacts with Cribops AI agents, enabling various operations such as listing all available agents, retrieving information about a specific agent, sending messages to agents, replying to conversations, sending typing indicators, and polling message queues. It is useful for automating communication workflows with AI agents, managing conversations, and integrating AI-driven responses in applications.

Use Case Examples

  1. Listing all agents to display available AI agents in a dashboard.
  2. Sending a message to an AI agent to initiate or continue a conversation.
  3. Polling a message queue to retrieve new messages for processing.

Properties

Name Meaning
Additional Fields Optional extra parameters for the request, including metadata key-value pairs and request timeout in milliseconds.

Output

JSON

  • agents - Array of agent objects returned when listing agents.
  • count - Number of agents returned in the list.

Dependencies

  • Requires an API key credential for Cribops API authentication.

Troubleshooting

  • Ensure the API credentials are correct and the Cribops API is accessible to avoid authentication errors.
  • If the node throws a validation error (422), check that the conversation ID and message formats are correct and that required fields are not empty.
  • When using expressions in conversation IDs, ensure they are properly formatted and evaluated before execution to avoid errors.

Links

  • Cribops API Documentation - Official API documentation for Cribops, useful for understanding available endpoints and request formats.

Discussion