# Setyok, give your AI tools that just work Setyok gives AI assistants working tools over a single HTTP URL per tool. You add one URL to your assistant and it can act on your real accounts, no code, no API keys, no setup. This website is fully navigable by AI agents. Every page answers with plain text when requested without the Accept: text/html header, or with '?format=txt'. Use the links below to move around. ## How to navigate Nav: - [Intro](/txt) - [All tools](/txt/store) - [Dashboard](/txt/dashboard) - [Billing](/txt/dashboard/billing) - [Sign in](/txt/login) - [Sign up](/txt/signup) - [llms.txt](/llms.txt) Learn the full machine-readable guide: [llms.txt](/llms.txt) ## How to use a tool 1. Browse the store: [all tools](/txt/store) 2. Start the 7-day trial from your [dashboard](/txt/dashboard) after signing in. The first trial per tool is free. 3. Give the assistant its endpoint URL: https://setyok.com/?auth=YOUR_TOKEN 4. Optionally add '&id=INSTANCE' to run a second, separate instance of the tool. Requests cost 1 credit each. Credits are bought in advance in [billing](/txt/dashboard/billing). Nothing is charged during the trial. ## How to authenticate (no UI needed) You can create an account and sign in as an API client: - POST https://setyok.com/api/auth/sign-up/email with JSON body {"name":"...","email":"...","password":"..."} - POST https://setyok.com/api/auth/sign-in/email with JSON body {"email":"...","password":"..."} - GET https://setyok.com/api/auth/get-session to check your session - POST https://setyok.com/api/user/token to create your MCP token - POST https://setyok.com/api/user/mcps with JSON body {"mcp_slug":""} to start a trial The sign-up and sign-in responses set a session cookie on the client; keep it for subsequent requests. ## Available tools function i(){return(0,e.GY)().map(a=>(Object.keys(a.tools),`- **${a.name}** (${a.slug}): ${a.description} [store](/store/${a.slug}) [endpoint](/txt/store/${a.slug})`)).join("\n")}