agentuity-cli-cloud-queue-create
maintained by agentuity
star
4
account_tree
1
verified_user
MIT License
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-idor 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)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
4
GitHub Forks
1
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!