Generate production-ready images through the Vernclaw connector runtime.
Teams need images for blog posts, social cards, and marketing pages but juggling multiple image APIs means managing separate keys, rate limits, and output formats. This connector gives you a single prompt-to-image endpoint inside Vernclaw with managed auth, automatic recovery, and structured Markdown output.
| Parameter | Format | Example | Required |
|---|---|---|---|
prompt | string | A minimalist office desk with a laptop and coffee | Yes |
size | 1024x1024 | 1536x1024 | 1024x1536 | 1024x1024 | No |
| Field | Type | Description |
|---|---|---|
jobId | string | Unique identifier for the async generation job |
status | string | Current job status: pending, running, succeeded, or failed |
imageUrl | string | Public URL of the generated image (available when succeeded) |
prompt: "A minimalist office desk with a laptop and coffee" size: "1024x1024"
# Image Generation Result - Job ID: img_abc123 - Status: succeeded - Image URL: https://cdn.vernclaw.com/gen/img_abc123.png - Size: 1024×1024
The image was generated successfully in about 4 minutes. The result URL is publicly accessible and can be embedded directly in blog posts or marketing pages.
Last tested: 2026-03-10
| OAuth required | No |
| Managed auth | Included, no API key needed |
| Bring your own key (BYOK) | Not supported in v1 |
| Audit logged | Every request is logged with input, result, cost, and timestamps |
| Training acknowledgment | Not required |
Admins can restrict this connector via blacklist or whitelist in the admin panel.
Describe the visual you want and receive a ready-to-embed image URL.
Chain the image connector after a text summary to produce a visual card.
Run prompt-to-image directly from your agent conversation.
Typically 3–5 minutes. The connector runs asynchronously and the CLI polls until the result is ready.
The connector uses a managed model selected by Vernclaw. Custom model selection is not available in v1.
Yes, URLs are valid for 7 days. Download the image if you need permanent storage.
Yes. Each invocation creates an audit event with prompt, status, cost, and timestamps.