agentuity-cli-cloud-queue-create | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / agentuity-cli-cloud-queue-crea...

agentuity-cli-cloud-queue-create

maintained by agentuity

star 4 account_tree 1 verified_user MIT License
bolt View GitHub

name: agentuity-cli-cloud-queue-create description: Create a new queue. Requires authentication. Use for Agentuity cloud platform operations version: "0.1.24" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "<queue_type>" metadata: command: "agentuity cloud queue create" tags: "mutating creates-resource requires-auth"

Cloud Queue Create

Create a new queue

Prerequisites

  • Authenticated with agentuity auth login
  • Organization context required (--org-id or default org)

Usage

agentuity cloud queue create <queue_type> [options]

Arguments

Argument Type Required Description
<queue_type> string Yes -

Options

Option Type Required Default Description
--name string Yes - Queue name (auto-generated if not provided)
--description string Yes - Queue description
--ttl number Yes - Default message TTL in seconds
--visibilityTimeout number Yes - Default visibility timeout in seconds (worker queues)
--maxRetries number Yes - Maximum retry attempts for failed messages

Examples

Create a worker queue named my-tasks:

bunx @agentuity/cli cloud queue create worker --name my-tasks

Create a pubsub queue with 24h TTL:

bunx @agentuity/cli cloud queue create pubsub --name events --ttl 86400

Output

Returns JSON object:

{
  "id": "string",
  "name": "string",
  "queue_type": "string",
  "created_at": "string"
}
Field Type Description
id string -
name string -
queue_type string -
created_at string -

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 4
GitHub Forks 1
Created Jan 2026
Last Updated il y a 5 mois
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
notebooklm
chevron_right
grafana
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.