Beyond-Bot.ai + Docker Hub
Docker Hub is a service provided by Docker for finding and sharing container images with your team.
Was du mit dieser Integration tun kannst
Dateneingabe automatisieren
Synchronisiere automatisch neue Kontakte oder Deals von Beyond-Bot.ai nach Docker Hub.
Kundenprofile anreichern
Nutze Beyond-Bot.ai, um neue Informationen zu finden und in Docker Hub zu ergänzen.
Workflows auslösen
Starte automatisierte Workflows in Docker Hub basierend auf Gesprächen mit deinem virtuellen Experten.
Verfügbare Aktionen
Diese Aktionen kann dein virtueller Experte in Docker Hub ausführen.
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.