Create a source for a queue. Requires authentication. Use for Agentuity cloud platform operations
Create a source for a queue
agentuity auth loginagentuity cloud queue sources create <queue_name> [options]
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <queue_name> | string | Yes | - |
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --name | string | Yes | - | Source name |
| --description | string | Yes | - | Source description |
| --auth-type | string | No | "none" | Authentication type |
| --auth-value | string | Yes | - | Authentication value |
Create a source with header authentication:
bunx @agentuity/cli cloud queue sources create my-queue --name webhook-1 --auth-type header --auth-value "X-API-Key:secret123"
Returns JSON object:
{
"id": "string",
"queue_id": "string",
"name": "string",
"description": "unknown",
"auth_type": "string",
"enabled": "boolean",
"url": "string",
"request_count": "number",
"success_count": "number",
"failure_count": "number",
"last_request_at": "unknown",
"last_success_at": "unknown",
"last_failure_at": "unknown",
"last_failure_error": "unknown",
"created_at": "string",
"updated_at": "string"
}
| Field | Type | Description |
|-------|------|-------------|
| id | string | - |
| queue_id | string | - |
| name | string | - |
| description | unknown | - |
| auth_type | string | - |
| enabled | boolean | - |
| url | string | - |
| request_count | number | - |
| success_count | number | - |
| failure_count | number | - |
| last_request_at | unknown | - |
| last_success_at | unknown | - |
| last_failure_at | unknown | - |
| last_failure_error | unknown | - |
| created_at | string | - |
| updated_at | string | - |
npx skills add agentuity/agentuity-cli-cloud-queue-sources-create下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer