@tpmjs/tools-sprites-url-set
Set the access settings for a sprite URL. Use 'public' to allow anyone to access the sprite URL (for web servers, APIs, webhooks), or 'sprite' to require authentication. The sprite must have a server listening on port 8080 for the URL to work.
Auth must be 'sprite' or 'public'
Last checked: 1/16/2026, 3:45:38 AM
Test @tpmjs/tools-sprites-url-set (spritesUrlSetTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-sprites-url-setpnpm add @tpmjs/tools-sprites-url-setyarn add @tpmjs/tools-sprites-url-setbun add @tpmjs/tools-sprites-url-setdeno add npm:@tpmjs/tools-sprites-url-setimport { spritesUrlSetTool } from '@tpmjs/tools-sprites-url-set';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { spritesUrlSetTool } from '@tpmjs/tools-sprites-url-set';
const result = await generateText({
model: openai('gpt-4o'),
tools: { spritesUrlSetTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
namestringName of the sprite to update
authstringAccess mode - 'public' for public access, 'sprite' for authenticated access only
Schema extracted: 1/16/2026, 3:45:38 AM
ERROR: No README data found!
Downloads/month
0
Quality Score