···11+import { BskyAgent } from "@atproto/api";
22+33+export const agent = new BskyAgent({
44+ // App View URL
55+ service: "https://api.bsky.app",
66+ // If you were making an authenticated client, you would
77+ // use the PDS URL here instead - the main one is bsky.social
88+ // service: "https://bsky.social",
99+});