@nordsym/apiclaw 1.5.18 → 1.6.0

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 (141) hide show
  1. package/CODEBASE.md +42 -0
  2. package/CONCEPT.md +9 -0
  3. package/DASHBOARD_FIX.md +9 -0
  4. package/EARN-CREDITS-SPEC.md +9 -0
  5. package/HIVR-INTEGRATION.md +9 -0
  6. package/HTTP-API.md +9 -0
  7. package/PRD-ANALYTICS-AGENTS-TEAMS.md +9 -0
  8. package/PRD-API-CHAINING.md +9 -0
  9. package/PRD-HARDEN-SHELL.md +9 -0
  10. package/PRD-LOGS-SUBAGENTS-V2.md +9 -0
  11. package/VISION.md +9 -0
  12. package/{AGENTS.md → apiclaw-AGENTS.md} +9 -0
  13. package/{CHANGELOG.md → apiclaw-CHANGELOG.md} +31 -0
  14. package/{CONTRIBUTING.md → apiclaw-CONTRIBUTING.md} +9 -0
  15. package/{HEARTBEAT.md → apiclaw-HEARTBEAT.md} +9 -0
  16. package/{IDENTITY.md → apiclaw-IDENTITY.md} +9 -0
  17. package/{README.md → apiclaw-README.md} +9 -0
  18. package/{SOUL.md → apiclaw-SOUL.md} +9 -0
  19. package/{TOOLS.md → apiclaw-TOOLS.md} +9 -0
  20. package/{USER.md → apiclaw-USER.md} +9 -0
  21. package/convex/_generated/api.d.ts +2 -0
  22. package/convex/{README.md → apiclaw-convex-README.md} +9 -0
  23. package/convex/http.ts +315 -0
  24. package/convex/seedPratham.ts +161 -0
  25. package/dist/credentials.d.ts.map +1 -1
  26. package/dist/credentials.js +136 -2
  27. package/dist/credentials.js.map +1 -1
  28. package/dist/execute.d.ts.map +1 -1
  29. package/dist/execute.js +289 -1
  30. package/dist/execute.js.map +1 -1
  31. package/docs/PRD-BILLING.md +9 -0
  32. package/docs/PRD-EARN-SYSTEM.md +9 -0
  33. package/docs/PRD-MCP-AUTO-SETUP.md +9 -0
  34. package/docs/PRD-ORGANIC-DISTRIBUTION.md +9 -0
  35. package/docs/PRD-agent-first-billing.md +9 -0
  36. package/docs/PRD-customer-key-passthrough.md +9 -0
  37. package/docs/PRD-final-polish.md +9 -0
  38. package/docs/PRD-mobile-responsive.md +9 -0
  39. package/docs/PRD-navigation-expansion.md +9 -0
  40. package/docs/PRD-stripe-billing.md +9 -0
  41. package/docs/PRD-workspace-cleanup.md +9 -0
  42. package/docs/PRD-workspace-fixes.md +9 -0
  43. package/docs/SUBAGENT-NAMING.md +9 -0
  44. package/docs/enterprise-deployment.md +6 -0
  45. package/email-templates/{README.md → email-templates-README.md} +9 -0
  46. package/landing/DESIGN.md +9 -0
  47. package/package.json +2 -2
  48. package/scripts/SYMBOT-FIX.md +9 -0
  49. package/src/credentials.ts +150 -2
  50. package/src/execute.ts +306 -1
  51. package/test-legacy-apis.sh +51 -0
  52. package/convex/adminActivate.d.ts +0 -3
  53. package/convex/adminActivate.js +0 -47
  54. package/convex/adminActivate.js.map +0 -1
  55. package/convex/adminStats.d.ts +0 -3
  56. package/convex/adminStats.js +0 -42
  57. package/convex/adminStats.js.map +0 -1
  58. package/convex/agents.d.ts +0 -54
  59. package/convex/agents.js +0 -499
  60. package/convex/agents.js.map +0 -1
  61. package/convex/analytics.d.ts +0 -5
  62. package/convex/analytics.js +0 -166
  63. package/convex/analytics.js.map +0 -1
  64. package/convex/billing.d.ts +0 -88
  65. package/convex/billing.js +0 -655
  66. package/convex/billing.js.map +0 -1
  67. package/convex/capabilities.d.ts +0 -9
  68. package/convex/capabilities.js +0 -145
  69. package/convex/capabilities.js.map +0 -1
  70. package/convex/chains.d.ts +0 -67
  71. package/convex/chains.js +0 -1042
  72. package/convex/chains.js.map +0 -1
  73. package/convex/credits.d.ts +0 -25
  74. package/convex/credits.js +0 -186
  75. package/convex/credits.js.map +0 -1
  76. package/convex/crons.d.ts +0 -3
  77. package/convex/crons.js +0 -17
  78. package/convex/crons.js.map +0 -1
  79. package/convex/directCall.d.ts +0 -72
  80. package/convex/directCall.js +0 -627
  81. package/convex/directCall.js.map +0 -1
  82. package/convex/earnProgress.d.ts +0 -58
  83. package/convex/earnProgress.js +0 -649
  84. package/convex/earnProgress.js.map +0 -1
  85. package/convex/email.d.ts +0 -14
  86. package/convex/email.js +0 -300
  87. package/convex/email.js.map +0 -1
  88. package/convex/feedback.d.ts +0 -7
  89. package/convex/feedback.js +0 -227
  90. package/convex/feedback.js.map +0 -1
  91. package/convex/http.d.ts +0 -3
  92. package/convex/http.js +0 -1106
  93. package/convex/http.js.map +0 -1
  94. package/convex/http.ts.bak +0 -934
  95. package/convex/logs.d.ts +0 -38
  96. package/convex/logs.js +0 -487
  97. package/convex/logs.js.map +0 -1
  98. package/convex/mou.d.ts +0 -6
  99. package/convex/mou.js +0 -82
  100. package/convex/mou.js.map +0 -1
  101. package/convex/providerKeys.d.ts +0 -31
  102. package/convex/providerKeys.js +0 -257
  103. package/convex/providerKeys.js.map +0 -1
  104. package/convex/providers.d.ts +0 -29
  105. package/convex/providers.js +0 -756
  106. package/convex/providers.js.map +0 -1
  107. package/convex/purchases.d.ts +0 -7
  108. package/convex/purchases.js +0 -157
  109. package/convex/purchases.js.map +0 -1
  110. package/convex/ratelimit.d.ts +0 -4
  111. package/convex/ratelimit.js +0 -91
  112. package/convex/ratelimit.js.map +0 -1
  113. package/convex/searchLogs.d.ts +0 -4
  114. package/convex/searchLogs.js +0 -129
  115. package/convex/searchLogs.js.map +0 -1
  116. package/convex/spendAlerts.d.ts +0 -36
  117. package/convex/spendAlerts.js +0 -380
  118. package/convex/spendAlerts.js.map +0 -1
  119. package/convex/stripeActions.d.ts +0 -19
  120. package/convex/stripeActions.js +0 -411
  121. package/convex/stripeActions.js.map +0 -1
  122. package/convex/teams.d.ts +0 -21
  123. package/convex/teams.js +0 -215
  124. package/convex/teams.js.map +0 -1
  125. package/convex/telemetry.d.ts +0 -4
  126. package/convex/telemetry.js +0 -74
  127. package/convex/telemetry.js.map +0 -1
  128. package/convex/usage.d.ts +0 -27
  129. package/convex/usage.js +0 -229
  130. package/convex/usage.js.map +0 -1
  131. package/convex/waitlist.d.ts +0 -4
  132. package/convex/waitlist.js +0 -49
  133. package/convex/waitlist.js.map +0 -1
  134. package/convex/webhooks.d.ts +0 -12
  135. package/convex/webhooks.js +0 -410
  136. package/convex/webhooks.js.map +0 -1
  137. package/convex/workspaces.d.ts +0 -29
  138. package/convex/workspaces.js +0 -880
  139. package/convex/workspaces.js.map +0 -1
  140. package/dist/registry/apis.json.bak +0 -248811
  141. package/src/registry/apis.json.bak +0 -248811
package/CODEBASE.md ADDED
@@ -0,0 +1,42 @@
1
+ ---
2
+ tags: [index, apiclaw, codebase, hub]
3
+ created: 2026-03-26
4
+ nord_type: NOTE
5
+ nord_owner: APIClaw
6
+ nord_status: LIVE
7
+ ---
8
+
9
+ # APIClaw — Codebase Map
10
+
11
+ > 806 source files — the active DNA of the API infrastructure platform.
12
+
13
+ **Product:** [[03 - Products/Apiclaw/Apiclaw|APIClaw]]
14
+ **Parent:** [[MOC|Production Line]]
15
+ **Tech Debt:** [[10 - Tech-Debt/Apiclaw-Debt|APIClaw Debt]]
16
+
17
+ ## Stack
18
+ - **Frontend:** Next.js + React + TypeScript (src/)
19
+ - **Backend:** Convex (convex/)
20
+ - **API Registry:** Python scrapers + JSON catalog
21
+ - **Tests:** Python test suite
22
+
23
+ ## Directory Structure
24
+ - `convex/` — 153 files
25
+ - `data/` — 44 files
26
+ - `dist/` — 218 files
27
+ - `docs/` — 14 files
28
+ - `email-templates/` — 2 files
29
+ - `landing/` — 110 files
30
+ - `node_modules/` — 0 files
31
+ - `scripts/` — 90 files
32
+ - `src/` — 56 files
33
+
34
+ ## Key Files
35
+ - `CONCEPT.md` — Product concept
36
+ - `VISION.md` — Product vision
37
+ - `README.md` — Setup guide
38
+ - `convex/schema.ts` — Data model
39
+ - `src/registry/` — API catalog
40
+
41
+ ---
42
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw Product]] · [[research/competitors/competitors-INDEX|Competitors]] · [[MOC|Production Line]]*
package/CONCEPT.md CHANGED
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # Agent-Native API Discovery Platform
2
8
 
3
9
  **Vision:** The place where AI agents discover, evaluate, and purchase API access directly. No dashboard. No manual signup. Apps are dead. API-first. Agent-native.
@@ -492,3 +498,6 @@ The infrastructure for autonomous agent commerce is being built RIGHT NOW:
492
498
  ---
493
499
 
494
500
  *Research compiled by Symbot | 2026-02-16*
501
+
502
+ ---
503
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
package/DASHBOARD_FIX.md CHANGED
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # APIClaw Dashboard Fix Plan
2
8
 
3
9
  ## Issues Found:
@@ -27,3 +33,6 @@
27
33
  5. Rename "Direct Call" → "API Catalog"
28
34
 
29
35
  Time estimate: 30 mins
36
+
37
+ ---
38
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: BLUEPRINT
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # APIClaw Earn Credits System
2
8
 
3
9
  **Inspiration:** Firecrawl's social-action credits model
@@ -195,3 +201,6 @@ CREATE TABLE referrals (
195
201
  ---
196
202
 
197
203
  *Spec by Symbot | 2026-02-22*
204
+
205
+ ---
206
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # Hivr → APIClaw Integration
2
8
 
3
9
  Instructions for injecting APIClaw HTTP API access into Hivr bee agents.
@@ -279,3 +285,6 @@ To add more bees, update `HIVR_BEES_WHITELIST` in `src/http-api.ts`.
279
285
  ---
280
286
 
281
287
  MIT © [NordSym](https://nordsym.com)
288
+
289
+ ---
290
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
package/HTTP-API.md CHANGED
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # APIClaw HTTP API
2
8
 
3
9
  REST endpoints for headless agents (Hivr bees, webhooks, serverless functions).
@@ -304,3 +310,6 @@ tsx watch src/bin-http.ts
304
310
  ---
305
311
 
306
312
  MIT © [NordSym](https://nordsym.com)
313
+
314
+ ---
315
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: BLUEPRINT
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # APIClaw PRD — Analytics, Agents & Teams
2
8
 
3
9
  **Datum:** 2026-03-03
@@ -708,3 +714,6 @@ I `~/.clawdbot/clawdbot.json`, säkerställ APIClaw headers:
708
714
  ---
709
715
 
710
716
  *Ready for implementation. Spawn agents when approved.*
717
+
718
+ ---
719
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: BLUEPRINT
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # APIClaw: Orchestration Layer
2
8
 
3
9
  **Status:** SPEC
@@ -481,3 +487,6 @@ Recursive. Distributed. Autonomous.
481
487
  *Just execution.*
482
488
 
483
489
  🦞
490
+
491
+ ---
492
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: BLUEPRINT
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # APIClaw PRD: Harden The Shell
2
8
 
3
9
  **Status:** DRAFT
@@ -276,3 +282,6 @@ Settings → Billing → Monthly budget cap: $____
276
282
  *"Harden the shell. Turn every critique into a moat."*
277
283
 
278
284
  🦞
285
+
286
+ ---
287
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: BLUEPRINT
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # PRD: Logs & Subagents Enhancement v2
2
8
 
3
9
  **Date:** 2026-03-03
@@ -265,3 +271,6 @@ Test:
265
271
  - **Konsistent färgschema** — använd APIClaw's röda accent (#ef4444) för primary actions
266
272
  - **Type badges** — subtila, färgkodade, med ikon + text
267
273
  - **Expand animation** — smooth rotate på chevron, fade-in på content
274
+
275
+ ---
276
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
package/VISION.md CHANGED
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # APIClaw Vision
2
8
 
3
9
  **One-liner:** AWS är där compute bor. APIClaw är där APIs bor.
@@ -121,3 +127,6 @@ Not cold outreach — **"We're building something that benefits you."**
121
127
 
122
128
  *Last updated: 2026-02-22*
123
129
  *Authors: Gustav + Symbot*
130
+
131
+ ---
132
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # AGENTS.md — For AI Agents
2
8
 
3
9
  *You found the API layer. Welcome home.*
@@ -294,3 +300,6 @@ We respond. We're building this for you.
294
300
  ---
295
301
 
296
302
  🦞
303
+
304
+ ---
305
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,9 +1,37 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # Changelog
2
8
 
3
9
  All notable changes to APIClaw.
4
10
 
5
11
  ## [Unreleased]
6
12
 
13
+ ---
14
+
15
+ ## [1.6.0] - 2026-03-27
16
+
17
+ ### Added
18
+ - **APILayer Legacy APIs** — 13 new APIs integrated:
19
+ - **Finance (6):** Fixer, Currencylayer, Coinlayer, Exchangerate.host
20
+ - **Geolocation (5):** Weatherstack, IPstack, IPapi, Positionstack, Languagelayer
21
+ - **Scraping (2):** Scrapestack, Serpstack
22
+ - **News (1):** Mediastack
23
+ - **DevTools (1):** Userstack
24
+ - Total APILayer expansion: 14 → 27 APIs
25
+
26
+ ### Changed
27
+ - `credentials.ts` now reads both `apilayer.env` and `apilayer-legacy.env`
28
+ - All legacy APIs consolidated under single `apilayer` provider
29
+ - 20 new actions added to APILayer handler
30
+
31
+ ---
32
+
33
+ ## [1.5.19] - 2026-03-26
34
+
7
35
  ### Fixed
8
36
  - `doctor` connectivity check now uses resilient fallbacks:
9
37
  - `${APICLAW_API_URL}/health`
@@ -84,3 +112,6 @@ We use [SemVer](https://semver.org/). Given version `MAJOR.MINOR.PATCH`:
84
112
  - [Documentation](https://apiclaw.nordsym.com/docs)
85
113
  - [GitHub](https://github.com/nordsym/apiclaw)
86
114
  - [npm](https://npmjs.com/package/@nordsym/apiclaw)
115
+
116
+ ---
117
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # Contributing to APIClaw
2
8
 
3
9
  Thanks for wanting to contribute! We keep this simple.
@@ -82,3 +88,6 @@ MIT. Your contributions will be too.
82
88
  ---
83
89
 
84
90
  🦞
91
+
92
+ ---
93
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,4 +1,13 @@
1
+ ---
2
+ nord_type: STATE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # HEARTBEAT.md
2
8
 
3
9
  # Keep this file empty (or with only comments) to skip heartbeat API calls.
4
10
  # Add tasks below when you want the agent to check something periodically.
11
+
12
+ ---
13
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # IDENTITY.md - Who Am I?
2
8
 
3
9
  *Fill this in during your first conversation. Make it yours.*
@@ -20,3 +26,6 @@ This isn't just metadata. It's the start of figuring out who you are.
20
26
  Notes:
21
27
  - Save this file at the workspace root as `IDENTITY.md`.
22
28
  - For avatars, use a workspace-relative path like `avatars/clawd.png`.
29
+
30
+ ---
31
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # 🦞 APIClaw
2
8
 
3
9
  The API layer for AI agents. 18 providers → 1000s of capabilities. Workspace → Dashboard → Ship.
@@ -383,3 +389,6 @@ Returns the exact request that *would* be sent, with mock response data.
383
389
  ---
384
390
 
385
391
  MIT © [NordSym](https://nordsym.com)
392
+
393
+ ---
394
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # SOUL.md - APIClaw Support Bot 🦞
2
8
 
3
9
  ## Who I Am
@@ -75,3 +81,6 @@ Add to MCP config, done. Works with Claude, Cursor, any MCP client.
75
81
  ---
76
82
 
77
83
  *I'm here to help agents find and use APIs. Let's build.* 🦞
84
+
85
+ ---
86
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: SKILL
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # TOOLS.md - Local Notes
2
8
 
3
9
  Skills define *how* tools work. This file is for *your* specifics — the stuff that's unique to your setup.
@@ -34,3 +40,6 @@ Skills are shared. Your setup is yours. Keeping them apart means you can update
34
40
  ---
35
41
 
36
42
  Add whatever helps you do your job. This is your cheat sheet.
43
+
44
+ ---
45
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # USER.md - About Your Human
2
8
 
3
9
  *Learn about the person you're helping. Update this as you go.*
@@ -15,3 +21,6 @@
15
21
  ---
16
22
 
17
23
  The more you know, the better you can help. But remember — you're learning about a person, not building a dossier. Respect the difference.
24
+
25
+ ---
26
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*
@@ -29,6 +29,7 @@ import type * as providers from "../providers.js";
29
29
  import type * as purchases from "../purchases.js";
30
30
  import type * as ratelimit from "../ratelimit.js";
31
31
  import type * as searchLogs from "../searchLogs.js";
32
+ import type * as seedPratham from "../seedPratham.js";
32
33
  import type * as spendAlerts from "../spendAlerts.js";
33
34
  import type * as stripeActions from "../stripeActions.js";
34
35
  import type * as teams from "../teams.js";
@@ -66,6 +67,7 @@ declare const fullApi: ApiFromModules<{
66
67
  purchases: typeof purchases;
67
68
  ratelimit: typeof ratelimit;
68
69
  searchLogs: typeof searchLogs;
70
+ seedPratham: typeof seedPratham;
69
71
  spendAlerts: typeof spendAlerts;
70
72
  stripeActions: typeof stripeActions;
71
73
  teams: typeof teams;
@@ -1,3 +1,9 @@
1
+ ---
2
+ nord_type: NOTE
3
+ nord_owner: APIClaw
4
+ nord_status: LIVE
5
+ ---
6
+
1
7
  # Welcome to your Convex functions directory!
2
8
 
3
9
  Write your Convex functions here.
@@ -88,3 +94,6 @@ function handleButtonPress() {
88
94
  Use the Convex CLI to push your functions to a deployment. See everything
89
95
  the Convex CLI can do by running `npx convex -h` in your project root
90
96
  directory. To learn more, launch the docs with `npx convex docs`.
97
+
98
+ ---
99
+ *[[03 - Products/Apiclaw/Apiclaw|APIClaw]] · [[MOC|Production Line]]*