@nordsym/apiclaw 1.7.3 → 1.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/convex/_generated/api.d.ts +115 -0
  2. package/convex/_generated/api.js +23 -0
  3. package/convex/_generated/dataModel.d.ts +60 -0
  4. package/convex/_generated/server.d.ts +143 -0
  5. package/convex/_generated/server.js +93 -0
  6. package/convex/adminActivate.d.ts +3 -0
  7. package/convex/adminActivate.d.ts.map +1 -0
  8. package/convex/adminActivate.js +47 -0
  9. package/convex/adminActivate.js.map +1 -0
  10. package/convex/adminActivate.ts +54 -0
  11. package/convex/adminStats.d.ts +3 -0
  12. package/convex/adminStats.d.ts.map +1 -0
  13. package/convex/adminStats.js +42 -0
  14. package/convex/adminStats.js.map +1 -0
  15. package/convex/adminStats.ts +44 -0
  16. package/convex/agents.d.ts +76 -0
  17. package/convex/agents.d.ts.map +1 -0
  18. package/convex/agents.js +699 -0
  19. package/convex/agents.js.map +1 -0
  20. package/convex/agents.ts +814 -0
  21. package/convex/analytics.d.ts +5 -0
  22. package/convex/analytics.d.ts.map +1 -0
  23. package/convex/analytics.js +166 -0
  24. package/convex/analytics.js.map +1 -0
  25. package/convex/analytics.ts +186 -0
  26. package/convex/billing.d.ts +88 -0
  27. package/convex/billing.d.ts.map +1 -0
  28. package/convex/billing.js +655 -0
  29. package/convex/billing.js.map +1 -0
  30. package/convex/billing.ts +791 -0
  31. package/convex/capabilities.d.ts +9 -0
  32. package/convex/capabilities.d.ts.map +1 -0
  33. package/convex/capabilities.js +145 -0
  34. package/convex/capabilities.js.map +1 -0
  35. package/convex/capabilities.ts +157 -0
  36. package/convex/chains.d.ts +68 -0
  37. package/convex/chains.d.ts.map +1 -0
  38. package/convex/chains.js +1105 -0
  39. package/convex/chains.js.map +1 -0
  40. package/convex/chains.ts +1318 -0
  41. package/convex/credits.d.ts +25 -0
  42. package/convex/credits.d.ts.map +1 -0
  43. package/convex/credits.js +186 -0
  44. package/convex/credits.js.map +1 -0
  45. package/convex/credits.ts +211 -0
  46. package/convex/crons.d.ts +3 -0
  47. package/convex/crons.d.ts.map +1 -0
  48. package/convex/crons.js +17 -0
  49. package/convex/crons.js.map +1 -0
  50. package/convex/crons.ts +28 -0
  51. package/convex/directCall.d.ts +72 -0
  52. package/convex/directCall.d.ts.map +1 -0
  53. package/convex/directCall.js +627 -0
  54. package/convex/directCall.js.map +1 -0
  55. package/convex/directCall.ts +678 -0
  56. package/convex/earnProgress.d.ts +58 -0
  57. package/convex/earnProgress.d.ts.map +1 -0
  58. package/convex/earnProgress.js +649 -0
  59. package/convex/earnProgress.js.map +1 -0
  60. package/convex/earnProgress.ts +753 -0
  61. package/convex/email.d.ts +14 -0
  62. package/convex/email.d.ts.map +1 -0
  63. package/convex/email.js +300 -0
  64. package/convex/email.js.map +1 -0
  65. package/convex/email.ts +329 -0
  66. package/convex/feedback.d.ts +7 -0
  67. package/convex/feedback.d.ts.map +1 -0
  68. package/convex/feedback.js +227 -0
  69. package/convex/feedback.js.map +1 -0
  70. package/convex/feedback.ts +265 -0
  71. package/convex/http.d.ts +3 -0
  72. package/convex/http.d.ts.map +1 -0
  73. package/convex/http.js +1405 -0
  74. package/convex/http.js.map +1 -0
  75. package/convex/http.ts +1577 -0
  76. package/convex/inbound.d.ts +2 -0
  77. package/convex/inbound.d.ts.map +1 -0
  78. package/convex/inbound.js +32 -0
  79. package/convex/inbound.js.map +1 -0
  80. package/convex/inbound.ts +32 -0
  81. package/convex/logs.d.ts +38 -0
  82. package/convex/logs.d.ts.map +1 -0
  83. package/convex/logs.js +487 -0
  84. package/convex/logs.js.map +1 -0
  85. package/convex/logs.ts +550 -0
  86. package/convex/mou.d.ts +6 -0
  87. package/convex/mou.d.ts.map +1 -0
  88. package/convex/mou.js +82 -0
  89. package/convex/mou.js.map +1 -0
  90. package/convex/mou.ts +91 -0
  91. package/convex/providerKeys.d.ts +31 -0
  92. package/convex/providerKeys.d.ts.map +1 -0
  93. package/convex/providerKeys.js +257 -0
  94. package/convex/providerKeys.js.map +1 -0
  95. package/convex/providerKeys.ts +289 -0
  96. package/convex/providers.d.ts +32 -0
  97. package/convex/providers.d.ts.map +1 -0
  98. package/convex/providers.js +814 -0
  99. package/convex/providers.js.map +1 -0
  100. package/convex/providers.ts +909 -0
  101. package/convex/purchases.d.ts +7 -0
  102. package/convex/purchases.d.ts.map +1 -0
  103. package/convex/purchases.js +157 -0
  104. package/convex/purchases.js.map +1 -0
  105. package/convex/purchases.ts +183 -0
  106. package/convex/ratelimit.d.ts +4 -0
  107. package/convex/ratelimit.d.ts.map +1 -0
  108. package/convex/ratelimit.js +91 -0
  109. package/convex/ratelimit.js.map +1 -0
  110. package/convex/ratelimit.ts +104 -0
  111. package/convex/schema.ts +802 -0
  112. package/convex/searchLogs.d.ts +4 -0
  113. package/convex/searchLogs.d.ts.map +1 -0
  114. package/convex/searchLogs.js +129 -0
  115. package/convex/searchLogs.js.map +1 -0
  116. package/convex/searchLogs.ts +146 -0
  117. package/convex/seedAPILayerAPIs.d.ts +7 -0
  118. package/convex/seedAPILayerAPIs.d.ts.map +1 -0
  119. package/convex/seedAPILayerAPIs.js +177 -0
  120. package/convex/seedAPILayerAPIs.js.map +1 -0
  121. package/convex/seedAPILayerAPIs.ts +191 -0
  122. package/convex/seedDirectCallConfigs.d.ts +2 -0
  123. package/convex/seedDirectCallConfigs.d.ts.map +1 -0
  124. package/convex/seedDirectCallConfigs.js +324 -0
  125. package/convex/seedDirectCallConfigs.js.map +1 -0
  126. package/convex/seedDirectCallConfigs.ts +336 -0
  127. package/convex/seedPratham.d.ts +6 -0
  128. package/convex/seedPratham.d.ts.map +1 -0
  129. package/convex/seedPratham.js +150 -0
  130. package/convex/seedPratham.js.map +1 -0
  131. package/convex/seedPratham.ts +161 -0
  132. package/convex/spendAlerts.d.ts +36 -0
  133. package/convex/spendAlerts.d.ts.map +1 -0
  134. package/convex/spendAlerts.js +380 -0
  135. package/convex/spendAlerts.js.map +1 -0
  136. package/convex/spendAlerts.ts +442 -0
  137. package/convex/stripeActions.d.ts +19 -0
  138. package/convex/stripeActions.d.ts.map +1 -0
  139. package/convex/stripeActions.js +411 -0
  140. package/convex/stripeActions.js.map +1 -0
  141. package/convex/stripeActions.ts +512 -0
  142. package/convex/teams.d.ts +21 -0
  143. package/convex/teams.d.ts.map +1 -0
  144. package/convex/teams.js +215 -0
  145. package/convex/teams.js.map +1 -0
  146. package/convex/teams.ts +243 -0
  147. package/convex/telemetry.d.ts +4 -0
  148. package/convex/telemetry.d.ts.map +1 -0
  149. package/convex/telemetry.js +74 -0
  150. package/convex/telemetry.js.map +1 -0
  151. package/convex/telemetry.ts +81 -0
  152. package/convex/tsconfig.json +25 -0
  153. package/convex/updateAPIStatus.d.ts +6 -0
  154. package/convex/updateAPIStatus.d.ts.map +1 -0
  155. package/convex/updateAPIStatus.js +40 -0
  156. package/convex/updateAPIStatus.js.map +1 -0
  157. package/convex/updateAPIStatus.ts +45 -0
  158. package/convex/usage.d.ts +27 -0
  159. package/convex/usage.d.ts.map +1 -0
  160. package/convex/usage.js +229 -0
  161. package/convex/usage.js.map +1 -0
  162. package/convex/usage.ts +260 -0
  163. package/convex/waitlist.d.ts +4 -0
  164. package/convex/waitlist.d.ts.map +1 -0
  165. package/convex/waitlist.js +49 -0
  166. package/convex/waitlist.js.map +1 -0
  167. package/convex/waitlist.ts +55 -0
  168. package/convex/webhooks.d.ts +12 -0
  169. package/convex/webhooks.d.ts.map +1 -0
  170. package/convex/webhooks.js +410 -0
  171. package/convex/webhooks.js.map +1 -0
  172. package/convex/webhooks.ts +494 -0
  173. package/convex/workspaces.d.ts +31 -0
  174. package/convex/workspaces.d.ts.map +1 -0
  175. package/convex/workspaces.js +975 -0
  176. package/convex/workspaces.js.map +1 -0
  177. package/convex/workspaces.ts +1130 -0
  178. package/dist/bin.js +0 -0
  179. package/package.json +1 -1
  180. package/dist/chain-types.d.ts +0 -187
  181. package/dist/chain-types.d.ts.map +0 -1
  182. package/dist/chain-types.js +0 -33
  183. package/dist/chain-types.js.map +0 -1
  184. package/dist/registry/apis.json.bak +0 -248811
  185. package/dist/src/bin.js +0 -17
  186. package/dist/src/capability-router.js +0 -240
  187. package/dist/src/chainExecutor.js +0 -451
  188. package/dist/src/chainResolver.js +0 -518
  189. package/dist/src/cli/commands/doctor.js +0 -324
  190. package/dist/src/cli/commands/mcp-install.js +0 -255
  191. package/dist/src/cli/commands/restore.js +0 -259
  192. package/dist/src/cli/commands/setup.js +0 -205
  193. package/dist/src/cli/commands/uninstall.js +0 -188
  194. package/dist/src/cli/index.js +0 -111
  195. package/dist/src/cli.js +0 -302
  196. package/dist/src/confirmation.js +0 -240
  197. package/dist/src/credentials.js +0 -357
  198. package/dist/src/credits.js +0 -260
  199. package/dist/src/crypto.js +0 -66
  200. package/dist/src/discovery.js +0 -504
  201. package/dist/src/enterprise/env.js +0 -123
  202. package/dist/src/enterprise/script-generator.js +0 -460
  203. package/dist/src/execute-dynamic.js +0 -473
  204. package/dist/src/execute.js +0 -1727
  205. package/dist/src/index.js +0 -2062
  206. package/dist/src/metered.js +0 -80
  207. package/dist/src/open-apis.js +0 -276
  208. package/dist/src/proxy.js +0 -28
  209. package/dist/src/session.js +0 -86
  210. package/dist/src/stripe.js +0 -407
  211. package/dist/src/telemetry.js +0 -49
  212. package/dist/src/types.js +0 -2
  213. package/dist/src/utils/backup.js +0 -181
  214. package/dist/src/utils/config.js +0 -220
  215. package/dist/src/utils/os.js +0 -105
  216. package/dist/src/utils/paths.js +0 -159
@@ -0,0 +1,442 @@
1
+ import { v } from "convex/values";
2
+ import { mutation, query, action, internalMutation } from "./_generated/server";
3
+ import { Id } from "./_generated/dataModel";
4
+ import { internal } from "./_generated/api";
5
+
6
+ // ============================================
7
+ // CONSTANTS
8
+ // ============================================
9
+
10
+ const ALERT_THRESHOLD = 0.8; // 80% of budget
11
+ const APP_URL = "https://apiclaw.nordsym.com";
12
+ const EMAIL_FROM = "APIClaw <noreply@apiclaw.nordsym.com>";
13
+
14
+ // ============================================
15
+ // HELPER: Get current month start
16
+ // ============================================
17
+
18
+ function getMonthStart(): number {
19
+ const now = new Date();
20
+ return new Date(now.getUTCFullYear(), now.getUTCMonth(), 1, 0, 0, 0, 0).getTime();
21
+ }
22
+
23
+ // ============================================
24
+ // MUTATIONS
25
+ // ============================================
26
+
27
+ /**
28
+ * Update workspace budget settings
29
+ */
30
+ export const updateBudgetSettings = mutation({
31
+ args: {
32
+ workspaceId: v.id("workspaces"),
33
+ budgetCap: v.optional(v.union(v.number(), v.null())), // in USD cents, null = unlimited
34
+ pauseOnBudgetExceeded: v.optional(v.boolean()),
35
+ },
36
+ handler: async (ctx, args) => {
37
+ const workspace = await ctx.db.get(args.workspaceId);
38
+ if (!workspace) {
39
+ throw new Error("Workspace not found");
40
+ }
41
+
42
+ const updates: Record<string, unknown> = {
43
+ updatedAt: Date.now(),
44
+ };
45
+
46
+ if (args.budgetCap !== undefined) {
47
+ updates.budgetCap = args.budgetCap;
48
+ // Reset alert when budget changes
49
+ updates.budgetAlertSentAt = undefined;
50
+ }
51
+
52
+ if (args.pauseOnBudgetExceeded !== undefined) {
53
+ updates.pauseOnBudgetExceeded = args.pauseOnBudgetExceeded;
54
+ }
55
+
56
+ await ctx.db.patch(args.workspaceId, updates);
57
+
58
+ return { success: true };
59
+ },
60
+ });
61
+
62
+ /**
63
+ * Record spend and check budget alerts
64
+ * Called after each successful API execution
65
+ * Returns budget status for response
66
+ */
67
+ export const recordSpend = mutation({
68
+ args: {
69
+ workspaceId: v.id("workspaces"),
70
+ amountCents: v.number(),
71
+ },
72
+ handler: async (ctx, args) => {
73
+ const workspace = await ctx.db.get(args.workspaceId);
74
+ if (!workspace) {
75
+ throw new Error("Workspace not found");
76
+ }
77
+
78
+ const monthStart = getMonthStart();
79
+
80
+ // Reset monthly spend if new month
81
+ let currentSpend = workspace.monthlySpendCents || 0;
82
+ if (!workspace.lastSpendResetAt || workspace.lastSpendResetAt < monthStart) {
83
+ currentSpend = 0;
84
+ }
85
+
86
+ // Add new spend
87
+ const newSpend = currentSpend + args.amountCents;
88
+
89
+ // Update workspace
90
+ await ctx.db.patch(args.workspaceId, {
91
+ monthlySpendCents: newSpend,
92
+ lastSpendResetAt: monthStart,
93
+ updatedAt: Date.now(),
94
+ });
95
+
96
+ // Check if we need to send alert
97
+ const budgetCap = workspace.budgetCap;
98
+ let shouldSendAlert = false;
99
+ let budgetExceeded = false;
100
+
101
+ if (budgetCap && budgetCap > 0) {
102
+ const threshold = budgetCap * ALERT_THRESHOLD;
103
+ const alertAlreadySentThisMonth = workspace.budgetAlertSentAt &&
104
+ workspace.budgetAlertSentAt >= monthStart;
105
+
106
+ // Check if at 80% and alert not yet sent
107
+ if (newSpend >= threshold && !alertAlreadySentThisMonth) {
108
+ shouldSendAlert = true;
109
+ await ctx.db.patch(args.workspaceId, {
110
+ budgetAlertSentAt: Date.now(),
111
+ });
112
+ }
113
+
114
+ // Check if budget exceeded
115
+ if (newSpend >= budgetCap) {
116
+ budgetExceeded = true;
117
+ }
118
+ }
119
+
120
+ return {
121
+ success: true,
122
+ currentSpendCents: newSpend,
123
+ budgetCapCents: budgetCap || null,
124
+ budgetPercentage: budgetCap ? (newSpend / budgetCap) * 100 : null,
125
+ shouldSendAlert,
126
+ budgetExceeded,
127
+ email: workspace.email,
128
+ };
129
+ },
130
+ });
131
+
132
+ /**
133
+ * Check budget before execution
134
+ * Returns { allowed: boolean, reason?: string }
135
+ */
136
+ export const checkBudget = query({
137
+ args: {
138
+ workspaceId: v.id("workspaces"),
139
+ estimatedCostCents: v.optional(v.number()),
140
+ },
141
+ handler: async (ctx, args) => {
142
+ const workspace = await ctx.db.get(args.workspaceId);
143
+ if (!workspace) {
144
+ return { allowed: false, reason: "Workspace not found" };
145
+ }
146
+
147
+ // No budget cap set = unlimited
148
+ if (!workspace.budgetCap || workspace.budgetCap <= 0) {
149
+ return { allowed: true };
150
+ }
151
+
152
+ // Check if pause on exceeded is enabled
153
+ if (!workspace.pauseOnBudgetExceeded) {
154
+ return { allowed: true };
155
+ }
156
+
157
+ const monthStart = getMonthStart();
158
+ let currentSpend = workspace.monthlySpendCents || 0;
159
+
160
+ // Reset if new month
161
+ if (!workspace.lastSpendResetAt || workspace.lastSpendResetAt < monthStart) {
162
+ currentSpend = 0;
163
+ }
164
+
165
+ const estimatedCost = args.estimatedCostCents || 0;
166
+ const projectedSpend = currentSpend + estimatedCost;
167
+
168
+ if (projectedSpend > workspace.budgetCap) {
169
+ const budgetCapUsd = (workspace.budgetCap / 100).toFixed(2);
170
+ const currentSpendUsd = (currentSpend / 100).toFixed(2);
171
+ return {
172
+ allowed: false,
173
+ reason: `Budget exceeded. Monthly cap: $${budgetCapUsd}, current spend: $${currentSpendUsd}. Adjust budget in workspace settings.`,
174
+ currentSpendCents: currentSpend,
175
+ budgetCapCents: workspace.budgetCap,
176
+ };
177
+ }
178
+
179
+ return {
180
+ allowed: true,
181
+ currentSpendCents: currentSpend,
182
+ budgetCapCents: workspace.budgetCap,
183
+ remainingCents: workspace.budgetCap - currentSpend,
184
+ };
185
+ },
186
+ });
187
+
188
+ /**
189
+ * Get budget status for workspace dashboard
190
+ */
191
+ export const getBudgetStatus = query({
192
+ args: {
193
+ workspaceId: v.id("workspaces"),
194
+ },
195
+ handler: async (ctx, args) => {
196
+ const workspace = await ctx.db.get(args.workspaceId);
197
+ if (!workspace) {
198
+ return null;
199
+ }
200
+
201
+ const monthStart = getMonthStart();
202
+ let currentSpend = workspace.monthlySpendCents || 0;
203
+
204
+ // Reset if new month
205
+ if (!workspace.lastSpendResetAt || workspace.lastSpendResetAt < monthStart) {
206
+ currentSpend = 0;
207
+ }
208
+
209
+ const budgetCap = workspace.budgetCap || null;
210
+ const budgetPercentage = budgetCap ? (currentSpend / budgetCap) * 100 : null;
211
+
212
+ return {
213
+ budgetCapCents: budgetCap,
214
+ budgetCapUsd: budgetCap ? budgetCap / 100 : null,
215
+ currentSpendCents: currentSpend,
216
+ currentSpendUsd: currentSpend / 100,
217
+ remainingCents: budgetCap ? Math.max(0, budgetCap - currentSpend) : null,
218
+ remainingUsd: budgetCap ? Math.max(0, (budgetCap - currentSpend) / 100) : null,
219
+ budgetPercentage: budgetPercentage ? Math.min(100, budgetPercentage) : null,
220
+ pauseOnBudgetExceeded: workspace.pauseOnBudgetExceeded || false,
221
+ isOverBudget: budgetCap ? currentSpend >= budgetCap : false,
222
+ isNearBudget: budgetCap ? currentSpend >= budgetCap * ALERT_THRESHOLD : false,
223
+ alertSentAt: workspace.budgetAlertSentAt || null,
224
+ };
225
+ },
226
+ });
227
+
228
+ /**
229
+ * Get budget status by session token (for dashboard)
230
+ */
231
+ export const getBudgetStatusByToken = query({
232
+ args: {
233
+ token: v.string(),
234
+ },
235
+ handler: async (ctx, args) => {
236
+ const session = await ctx.db
237
+ .query("agentSessions")
238
+ .withIndex("by_sessionToken", (q) => q.eq("sessionToken", args.token))
239
+ .first();
240
+
241
+ if (!session) {
242
+ return null;
243
+ }
244
+
245
+ const workspace = await ctx.db.get(session.workspaceId);
246
+ if (!workspace) {
247
+ return null;
248
+ }
249
+
250
+ const monthStart = getMonthStart();
251
+ let currentSpend = workspace.monthlySpendCents || 0;
252
+
253
+ if (!workspace.lastSpendResetAt || workspace.lastSpendResetAt < monthStart) {
254
+ currentSpend = 0;
255
+ }
256
+
257
+ const budgetCap = workspace.budgetCap || null;
258
+
259
+ return {
260
+ budgetCapCents: budgetCap,
261
+ budgetCapUsd: budgetCap ? budgetCap / 100 : null,
262
+ currentSpendCents: currentSpend,
263
+ currentSpendUsd: currentSpend / 100,
264
+ remainingCents: budgetCap ? Math.max(0, budgetCap - currentSpend) : null,
265
+ remainingUsd: budgetCap ? Math.max(0, (budgetCap - currentSpend) / 100) : null,
266
+ budgetPercentage: budgetCap ? Math.min(100, (currentSpend / budgetCap) * 100) : null,
267
+ pauseOnBudgetExceeded: workspace.pauseOnBudgetExceeded || false,
268
+ isOverBudget: budgetCap ? currentSpend >= budgetCap : false,
269
+ isNearBudget: budgetCap ? currentSpend >= budgetCap * ALERT_THRESHOLD : false,
270
+ };
271
+ },
272
+ });
273
+
274
+ // ============================================
275
+ // EMAIL ACTION
276
+ // ============================================
277
+
278
+ /**
279
+ * Send budget alert email (80% warning)
280
+ */
281
+ export const sendBudgetAlertEmail = action({
282
+ args: {
283
+ email: v.string(),
284
+ currentSpendCents: v.number(),
285
+ budgetCapCents: v.number(),
286
+ },
287
+ handler: async (ctx, args) => {
288
+ const RESEND_API_KEY = process.env.RESEND_API_KEY;
289
+ if (!RESEND_API_KEY) {
290
+ console.error("RESEND_API_KEY not configured");
291
+ return { success: false, error: "Email not configured" };
292
+ }
293
+
294
+ const currentSpendUsd = (args.currentSpendCents / 100).toFixed(2);
295
+ const budgetCapUsd = (args.budgetCapCents / 100).toFixed(2);
296
+ const percentageUsed = Math.round((args.currentSpendCents / args.budgetCapCents) * 100);
297
+ const settingsUrl = `${APP_URL}/dashboard/settings`;
298
+
299
+ // Build email HTML
300
+ let html = "<!DOCTYPE html><html><head><meta charset='utf-8'></head>";
301
+ html += "<body style='margin:0;padding:40px;background:#f5f5f5;font-family:Arial,sans-serif;'>";
302
+ html += "<table width='100%' cellpadding='0' cellspacing='0'><tr><td align='center'>";
303
+ html += "<table width='500' cellpadding='0' cellspacing='0' style='background:#fff;border-radius:12px;'>";
304
+ html += "<tr><td style='padding:32px;text-align:center;'>";
305
+ html += "<div style='font-size:48px;'>🦞</div>";
306
+ html += "<h1 style='margin:16px 0;color:#0a0a0a;'>APIClaw</h1>";
307
+ html += "<h2 style='margin:0 0 16px;font-size:20px;color:#f59e0b;'>⚠️ Budget Alert</h2>";
308
+ html += "<p style='margin:0 0 16px;color:#525252;font-size:16px;'>You've used <strong>" + percentageUsed + "%</strong> of your monthly budget.</p>";
309
+ html += "<div style='background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:16px;margin-bottom:24px;'>";
310
+ html += "<p style='margin:0;color:#92400e;font-size:14px;'><strong>Current spend:</strong> $" + currentSpendUsd + " / $" + budgetCapUsd + "</p>";
311
+ html += "</div>";
312
+ html += "<p style='margin:0 0 24px;color:#525252;font-size:14px;'>If your budget is exceeded, API calls will be paused until the next billing cycle (if pause is enabled).</p>";
313
+ html += "<a href='" + settingsUrl + "' style='display:inline-block;background:#ef4444;color:white;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;'>Adjust Budget</a>";
314
+ html += "</td></tr></table>";
315
+ html += "</td></tr></table></body></html>";
316
+
317
+ const textContent = `APIClaw Budget Alert\n\nYou've used ${percentageUsed}% of your monthly budget.\nCurrent spend: $${currentSpendUsd} / $${budgetCapUsd}\n\nAdjust your budget: ${settingsUrl}`;
318
+
319
+ const response = await fetch("https://api.resend.com/emails", {
320
+ method: "POST",
321
+ headers: {
322
+ "Authorization": "Bearer " + RESEND_API_KEY,
323
+ "Content-Type": "application/json",
324
+ },
325
+ body: JSON.stringify({
326
+ from: EMAIL_FROM,
327
+ to: args.email,
328
+ subject: "⚠️ APIClaw: 80% of Monthly Budget Used",
329
+ html: html,
330
+ text: textContent,
331
+ }),
332
+ });
333
+
334
+ if (!response.ok) {
335
+ const errorText = await response.text();
336
+ console.error("Failed to send budget alert email:", errorText);
337
+ return { success: false, error: errorText };
338
+ }
339
+
340
+ return { success: true };
341
+ },
342
+ });
343
+
344
+ /**
345
+ * Send budget exceeded email
346
+ */
347
+ export const sendBudgetExceededEmail = action({
348
+ args: {
349
+ email: v.string(),
350
+ currentSpendCents: v.number(),
351
+ budgetCapCents: v.number(),
352
+ isPaused: v.boolean(),
353
+ },
354
+ handler: async (ctx, args) => {
355
+ const RESEND_API_KEY = process.env.RESEND_API_KEY;
356
+ if (!RESEND_API_KEY) {
357
+ console.error("RESEND_API_KEY not configured");
358
+ return { success: false, error: "Email not configured" };
359
+ }
360
+
361
+ const currentSpendUsd = (args.currentSpendCents / 100).toFixed(2);
362
+ const budgetCapUsd = (args.budgetCapCents / 100).toFixed(2);
363
+ const settingsUrl = `${APP_URL}/dashboard/settings`;
364
+
365
+ const pauseMessage = args.isPaused
366
+ ? "API execution has been paused. Increase your budget or disable pause-on-exceed to continue."
367
+ : "Your agents can still make calls, but you're over budget.";
368
+
369
+ let html = "<!DOCTYPE html><html><head><meta charset='utf-8'></head>";
370
+ html += "<body style='margin:0;padding:40px;background:#f5f5f5;font-family:Arial,sans-serif;'>";
371
+ html += "<table width='100%' cellpadding='0' cellspacing='0'><tr><td align='center'>";
372
+ html += "<table width='500' cellpadding='0' cellspacing='0' style='background:#fff;border-radius:12px;'>";
373
+ html += "<tr><td style='padding:32px;text-align:center;'>";
374
+ html += "<div style='font-size:48px;'>🦞</div>";
375
+ html += "<h1 style='margin:16px 0;color:#0a0a0a;'>APIClaw</h1>";
376
+ html += "<h2 style='margin:0 0 16px;font-size:20px;color:#ef4444;'>🚨 Budget Exceeded</h2>";
377
+ html += "<p style='margin:0 0 16px;color:#525252;font-size:16px;'>Your monthly budget has been exceeded.</p>";
378
+ html += "<div style='background:#fee2e2;border:1px solid #ef4444;border-radius:8px;padding:16px;margin-bottom:24px;'>";
379
+ html += "<p style='margin:0;color:#991b1b;font-size:14px;'><strong>Current spend:</strong> $" + currentSpendUsd + " / $" + budgetCapUsd + "</p>";
380
+ html += "</div>";
381
+ html += "<p style='margin:0 0 24px;color:#525252;font-size:14px;'>" + pauseMessage + "</p>";
382
+ html += "<a href='" + settingsUrl + "' style='display:inline-block;background:#ef4444;color:white;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;'>Increase Budget</a>";
383
+ html += "</td></tr></table>";
384
+ html += "</td></tr></table></body></html>";
385
+
386
+ const response = await fetch("https://api.resend.com/emails", {
387
+ method: "POST",
388
+ headers: {
389
+ "Authorization": "Bearer " + RESEND_API_KEY,
390
+ "Content-Type": "application/json",
391
+ },
392
+ body: JSON.stringify({
393
+ from: EMAIL_FROM,
394
+ to: args.email,
395
+ subject: "🚨 APIClaw: Monthly Budget Exceeded",
396
+ html: html,
397
+ }),
398
+ });
399
+
400
+ if (!response.ok) {
401
+ const errorText = await response.text();
402
+ console.error("Failed to send budget exceeded email:", errorText);
403
+ return { success: false, error: errorText };
404
+ }
405
+
406
+ return { success: true };
407
+ },
408
+ });
409
+
410
+ // ============================================
411
+ // CRON: Monthly reset
412
+ // ============================================
413
+
414
+ /**
415
+ * Reset monthly spend for all workspaces (called by cron on 1st of month)
416
+ */
417
+ export const resetMonthlySpend = internalMutation({
418
+ args: {},
419
+ handler: async (ctx) => {
420
+ const monthStart = getMonthStart();
421
+
422
+ // Get all workspaces with spend tracking
423
+ const workspaces = await ctx.db
424
+ .query("workspaces")
425
+ .collect();
426
+
427
+ let resetCount = 0;
428
+ for (const workspace of workspaces) {
429
+ if (workspace.monthlySpendCents && workspace.monthlySpendCents > 0) {
430
+ await ctx.db.patch(workspace._id, {
431
+ monthlySpendCents: 0,
432
+ lastSpendResetAt: monthStart,
433
+ budgetAlertSentAt: undefined, // Reset alert flag for new month
434
+ updatedAt: Date.now(),
435
+ });
436
+ resetCount++;
437
+ }
438
+ }
439
+
440
+ return { resetCount };
441
+ },
442
+ });
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Create Stripe Checkout Session
3
+ * POST /api/billing/checkout
4
+ */
5
+ export declare const createCheckoutSession: any;
6
+ /**
7
+ * Create Stripe Billing Portal Session
8
+ * POST /api/billing/portal
9
+ */
10
+ export declare const createPortalSession: any;
11
+ /**
12
+ * Stripe Webhook Handler
13
+ * POST /api/webhooks/stripe
14
+ */
15
+ export declare const handleStripeWebhook: any;
16
+ export declare const checkoutOptions: any;
17
+ export declare const portalOptions: any;
18
+ export declare const webhookOptions: any;
19
+ //# sourceMappingURL=stripeActions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stripeActions.d.ts","sourceRoot":"","sources":["stripeActions.ts"],"names":[],"mappings":"AA2BA;;;GAGG;AACH,eAAO,MAAM,qBAAqB,KA6FhC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,mBAAmB,KAuC9B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,mBAAmB,KAsF9B,CAAC;AAgPH,eAAO,MAAM,eAAe,KAE1B,CAAC;AAEH,eAAO,MAAM,aAAa,KAExB,CAAC;AAEH,eAAO,MAAM,cAAc,KAEzB,CAAC"}