
Beyond-Bot.ai + Docker hub
Docker Hub is a service provided by Docker for finding and sharing container images with your team.
What You Can Do with this Integration
Automate Data Entry
Automatically sync new contacts or deals from Beyond-Bot.ai to Docker hub.
Enrich Customer Profiles
Use Beyond-Bot.ai to find and add new information to your records in Docker hub.
Trigger Workflows
Start automated workflows in Docker hub based on conversations with your virtual expert.
Available Actions
Here are the specific actions your virtual expert can perform within Docker hub.
Add Organization Member
Tool to send an invitation for a user to join a Docker Hub organization. Use when you need to grant membership by inviting a user via their username after choosing the appropriate role.
Create Docker Hub Organization
Tool to create a Docker Hub organization. Use when you need to programmatically instantiate a new namespace for organizing repositories.
Create Docker Hub Repository
Tool to create a Docker Hub repository under a namespace. Use when you need to programmatically instantiate a new repo under your organization or user.
Create Docker Hub Webhook
Tool to create a webhook on a Docker Hub repository. Use after determining repository details.
Delete Repository Image
Tool to delete a specific image within a Docker Hub repository. Use when you have confirmed the namespace, repository, and image ID to remove.
Delete Docker Hub Organization
Tool to delete a specific Docker Hub organization. Use when you need to permanently remove an organization. Deletion is irreversible.
Delete Docker Hub Repository
Tool to delete a specific Docker Hub repository. Use when you need to permanently remove a repository. Deletion is irreversible.
Delete Repository Tag
Tool to delete a specific tag from a Docker Hub repository. Use after confirming the tag to remove.
Delete Docker Hub Team
Tool to delete a specific team from an organization. Use after confirming the team exists in Docker Hub.
Delete Docker Hub Repository Webhook
Tool to delete a specific webhook from a repository. Use when cleaning up outdated or misconfigured webhooks.
Get Docker Hub Image
Tool to retrieve detailed information about a specific image within a Docker Hub repository. Use after confirming namespace, repository name, and image ID. Example: GET_IMAGE(namespace="library", repository="ubuntu", image_id="sha256:...")
Get Organization Details
Tool to retrieve details of a specific organization namespace. Use when you have the organization slug and need its namespace metadata.
Get Docker Hub Repository
Tool to retrieve details of a specific Docker Hub repository. Use after confirming namespace and repository name.
Get Docker Hub Tag
Tool to retrieve details of a specific Docker Hub repository tag. Use after confirming the namespace, repository, and tag name.
Get Docker Hub Team
Tool to retrieve a specific Docker Hub team. Use after confirming the organization and team exist.
Get Docker Hub Webhook
Tool to retrieve details of a specific Docker Hub webhook. Use when you need to inspect an existing webhook's configuration by its ID.
List Repository Images
Tool to list image variants for a specific Docker Hub repository. Use after specifying namespace and repository.
List Docker Hub Organizations
Tool to list organizations (namespaces) for the authenticated user. Use after authentication to retrieve namespaces.
List Docker Hub Organization Members
Tool to list members of a Docker Hub organization. Use when managing or auditing organization membership.
List Docker Hub Repositories
Tool to list repositories under a namespace. Use when you need to enumerate repositories within a specific Docker Hub namespace, with optional filtering and pagination.
List Repository Tags
Tool to list tags for a Docker Hub repository. Use after specifying namespace and repository.
List Team Members
Tool to list members of a Docker Hub team. Use when you need to retrieve all users in a specific team.
List Organization Teams
Tool to list teams in a specific organization. Use after confirming the organization slug.
List Docker Hub Repository Webhooks
Tool to list webhooks for a Docker Hub repository. Use when you need to retrieve all existing webhooks after confirming repository details.
Remove Organization Member
Tool to remove a user from a Docker Hub organization. Use when you need to revoke a user's existing membership after confirming the organization and username.
Remove Team Member
Tool to remove a user from a Docker Hub team. Use when you need to revoke membership from a team after verifying the user is currently a member.