Getting Started
From zero to your first running agent in five minutes. No credit card required to start.
1. Create your account
Go to https://app.tirelesscrew.com/register and sign up with your email address or a social provider. You can also sign in with Google or GitHub if those options are configured.
After email verification, your account is created and 25 free starter credits are automatically added to your wallet — no payment details needed. Credits are used when you run an agent.
25 credits is enough for around 25 simple test runs. You can top up at any time from the Credits page or from the sidebar inside your dashboard.
2. Complete the onboarding wizard
The first time you sign in you are taken directly to the onboarding wizard. It walks you through the entire flow in four steps:
Browse the available agent templates and click one that matches what you want to automate — for example, Abandoned Cart Recovery or Weekly Sales Report Summarizer. See Templates for the full list.
Give the agent a name you will recognise, such as "Cart Recovery — Summer Sale" or "Monday Sales Briefing". You can change it later.
Type a sample input — or use the pre-filled example — and click Run. The agent processes your input with the selected AI model and returns a result. This uses one credit.
The output appears inline. If it looks right, click Finish setup to save the agent to your dashboard. If not, refine your input and run again.
3. Run your agent
Your agent now lives in the Agents section of the sidebar. From there you can:
- Run Now — send a one-off run with custom input immediately.
- Schedule — set a cron expression (e.g.
0 9 * * 1for every Monday at 9 am) and the agent runs automatically. - Webhook trigger — generate a unique token and POST to
/agents/{id}/runfrom any external system.
Every run is logged with its input, output, token usage, cost, and duration. You can review full run history from the agent's detail page.
Next steps
- Connect your WooCommerce store so agents can read orders, products, and customers directly.
- Set up a destination to have agent output emailed to you or sent to a webhook after every run.
- Top up credits when your balance runs low.
- Browse the Catalog in the sidebar to discover agents created by the platform team and request access.