You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Create a `trigger.config.ts` file and a `/trigger` directory with an example task.
14
-
2. Get you to run the task using the CLI.
15
-
3. Show you how to view the run logs for that task.
12
+
16
13
17
14
<StepstitleSize="h3">
18
15
19
16
<Steptitle="Create a Trigger.dev account">
20
17
21
-
You can either:
22
-
23
-
- Use the [Trigger.dev Cloud](https://cloud.trigger.dev).
24
-
- Or [self-host](/open-source-self-hosting) the service.
25
-
26
-
</Step>
27
-
28
-
<Steptitle="Create your first project">
29
-
30
-
Once you've created an account, follow the steps in the app to:
31
-
32
-
1. Complete your account details.
33
-
2. Create your first Organization and Project.
18
+
Sign up at [Trigger.dev Cloud](https://cloud.trigger.dev) (or [self-host](/open-source-self-hosting)). The onboarding flow will guide you through creating your first organization and project.
34
19
35
20
</Step>
36
21
@@ -43,11 +28,18 @@ Once you've created an account, follow the steps in the app to:
43
28
44
29
## Next steps
45
30
46
-
<CardGroup>
31
+
<CardGroupcols={2}>
32
+
<Cardtitle="Building with AI"icon="brain"href="/building-with-ai">
33
+
Learn how to build Trigger.dev projects using AI coding assistants
34
+
</Card>
47
35
<Cardtitle="How to trigger your tasks"icon="bolt"href="/triggering">
1. Log you into the CLI if you're not already logged in.
26
-
2. Create a `trigger.config.ts` file in the root of your project.
27
-
3. Ask where you'd like to create the `/trigger` directory.
28
-
4. Create the `/trigger` directory with an example task, `/trigger/example.[ts/js]`.
26
+
<Tiptitle="MCP Server">
27
+
Our [Trigger.dev MCP server](/mcp-introduction) gives your AI assistant direct access to Trigger.dev tools; search docs, trigger tasks, deploy projects, and monitor runs. We recommend installing it for the best developer experience.
28
+
</Tip>
29
+
30
+
1. Ask if you want to install the [Trigger.dev MCP server](/mcp-introduction) for your AI assistant.
31
+
2. Log you into the CLI if you're not already logged in.
32
+
3. Ask you to select your project.
33
+
4. Install the required SDK packages.
34
+
5. Ask where you'd like to create the `/trigger` directory and create it with an example task.
35
+
6. Create a `trigger.config.ts` file in the root of your project.
29
36
30
37
Install the "Hello World" example task when prompted. We'll use this task to test the setup.
0 commit comments