Connector Approval

Give Claude accessyourdomain.com
About this piece

Connector Approval

The screen that grants an assistant access to one site. What it may do ticks in line by line, and the one thing it may not stays where it lands.

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

Give Claude accessyourdomain.com
Usage
import { Ai52 } from "@/components/beste/component/ai52";

<Ai52
  subject="yourdomain.com"
  allowed={["Read every page","Write into your draft","Add pages and posts"]}
  denied="Publish to the live site"
/>

Usage

The import and the props worth knowing about, in one place.

import { Ai52 } from "@/components/beste/piece/ai52";

<Ai52
  surface="card"
  bordered={true}
  inverted={false}
  title="Give Claude access"
  subject="yourdomain.com"
  allowed={[
    "Read every page",
    "Write into your draft",
    "Add pages and posts"
  ]}
  deniedLabel="Never"
  denied="Publish to the live site"
  approveLabel="Approve"
  stepMs={400}
/>

More AI pieces

View all AI
System prompt

You are a concise copywriter. Reply in 2 sentences max and avoid em dashes.

System Prompt

Dashed-border card with a violet scroll icon, uppercase label, and an edit button for the system instructions.

Reasoning3 steps

Thinking Steps

Reasoning panel whose numbered steps stagger in once while a thin connector draws down between them, finishing on a final answer row that stays in place.

whiteboard.jpg1920×1080
Analyzing
diagramtextarrows

Vision Input

Attached image card with a tone-tinted thumbnail tile, a scanning line overlay, filename, dimensions, and detected-object chips.

Mountain ridge1
Mountain lake2
Forest canopy3
Starry night4

Image Variants

Two-by-two grid of AI-generated image variants. The selected tile gets a primary border.

Thought for 8 seconds

User wants to rate limit 100 req/min per key.

Leaky bucket gives smoother traffic than fixed window.

Redis INCR with TTL is the simplest implementation.

Chain of Thought

Collapsible reasoning panel with a brain icon header and italic thought bullets on a left border rail.

"where is my order?"

order_status
87%
shipping_eta
9%
refund_request
4%

Intent Classifier

Intent ranking panel with the raw user input quoted above and a list of candidate labels with confidence bars.