@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.
- package/CODEBASE.md +42 -0
- package/CONCEPT.md +9 -0
- package/DASHBOARD_FIX.md +9 -0
- package/EARN-CREDITS-SPEC.md +9 -0
- package/HIVR-INTEGRATION.md +9 -0
- package/HTTP-API.md +9 -0
- package/PRD-ANALYTICS-AGENTS-TEAMS.md +9 -0
- package/PRD-API-CHAINING.md +9 -0
- package/PRD-HARDEN-SHELL.md +9 -0
- package/PRD-LOGS-SUBAGENTS-V2.md +9 -0
- package/VISION.md +9 -0
- package/{AGENTS.md → apiclaw-AGENTS.md} +9 -0
- package/{CHANGELOG.md → apiclaw-CHANGELOG.md} +31 -0
- package/{CONTRIBUTING.md → apiclaw-CONTRIBUTING.md} +9 -0
- package/{HEARTBEAT.md → apiclaw-HEARTBEAT.md} +9 -0
- package/{IDENTITY.md → apiclaw-IDENTITY.md} +9 -0
- package/{README.md → apiclaw-README.md} +9 -0
- package/{SOUL.md → apiclaw-SOUL.md} +9 -0
- package/{TOOLS.md → apiclaw-TOOLS.md} +9 -0
- package/{USER.md → apiclaw-USER.md} +9 -0
- package/convex/_generated/api.d.ts +2 -0
- package/convex/{README.md → apiclaw-convex-README.md} +9 -0
- package/convex/http.ts +315 -0
- package/convex/seedPratham.ts +161 -0
- package/dist/credentials.d.ts.map +1 -1
- package/dist/credentials.js +136 -2
- package/dist/credentials.js.map +1 -1
- package/dist/execute.d.ts.map +1 -1
- package/dist/execute.js +289 -1
- package/dist/execute.js.map +1 -1
- package/docs/PRD-BILLING.md +9 -0
- package/docs/PRD-EARN-SYSTEM.md +9 -0
- package/docs/PRD-MCP-AUTO-SETUP.md +9 -0
- package/docs/PRD-ORGANIC-DISTRIBUTION.md +9 -0
- package/docs/PRD-agent-first-billing.md +9 -0
- package/docs/PRD-customer-key-passthrough.md +9 -0
- package/docs/PRD-final-polish.md +9 -0
- package/docs/PRD-mobile-responsive.md +9 -0
- package/docs/PRD-navigation-expansion.md +9 -0
- package/docs/PRD-stripe-billing.md +9 -0
- package/docs/PRD-workspace-cleanup.md +9 -0
- package/docs/PRD-workspace-fixes.md +9 -0
- package/docs/SUBAGENT-NAMING.md +9 -0
- package/docs/enterprise-deployment.md +6 -0
- package/email-templates/{README.md → email-templates-README.md} +9 -0
- package/landing/DESIGN.md +9 -0
- package/package.json +2 -2
- package/scripts/SYMBOT-FIX.md +9 -0
- package/src/credentials.ts +150 -2
- package/src/execute.ts +306 -1
- package/test-legacy-apis.sh +51 -0
- package/convex/adminActivate.d.ts +0 -3
- package/convex/adminActivate.js +0 -47
- package/convex/adminActivate.js.map +0 -1
- package/convex/adminStats.d.ts +0 -3
- package/convex/adminStats.js +0 -42
- package/convex/adminStats.js.map +0 -1
- package/convex/agents.d.ts +0 -54
- package/convex/agents.js +0 -499
- package/convex/agents.js.map +0 -1
- package/convex/analytics.d.ts +0 -5
- package/convex/analytics.js +0 -166
- package/convex/analytics.js.map +0 -1
- package/convex/billing.d.ts +0 -88
- package/convex/billing.js +0 -655
- package/convex/billing.js.map +0 -1
- package/convex/capabilities.d.ts +0 -9
- package/convex/capabilities.js +0 -145
- package/convex/capabilities.js.map +0 -1
- package/convex/chains.d.ts +0 -67
- package/convex/chains.js +0 -1042
- package/convex/chains.js.map +0 -1
- package/convex/credits.d.ts +0 -25
- package/convex/credits.js +0 -186
- package/convex/credits.js.map +0 -1
- package/convex/crons.d.ts +0 -3
- package/convex/crons.js +0 -17
- package/convex/crons.js.map +0 -1
- package/convex/directCall.d.ts +0 -72
- package/convex/directCall.js +0 -627
- package/convex/directCall.js.map +0 -1
- package/convex/earnProgress.d.ts +0 -58
- package/convex/earnProgress.js +0 -649
- package/convex/earnProgress.js.map +0 -1
- package/convex/email.d.ts +0 -14
- package/convex/email.js +0 -300
- package/convex/email.js.map +0 -1
- package/convex/feedback.d.ts +0 -7
- package/convex/feedback.js +0 -227
- package/convex/feedback.js.map +0 -1
- package/convex/http.d.ts +0 -3
- package/convex/http.js +0 -1106
- package/convex/http.js.map +0 -1
- package/convex/http.ts.bak +0 -934
- package/convex/logs.d.ts +0 -38
- package/convex/logs.js +0 -487
- package/convex/logs.js.map +0 -1
- package/convex/mou.d.ts +0 -6
- package/convex/mou.js +0 -82
- package/convex/mou.js.map +0 -1
- package/convex/providerKeys.d.ts +0 -31
- package/convex/providerKeys.js +0 -257
- package/convex/providerKeys.js.map +0 -1
- package/convex/providers.d.ts +0 -29
- package/convex/providers.js +0 -756
- package/convex/providers.js.map +0 -1
- package/convex/purchases.d.ts +0 -7
- package/convex/purchases.js +0 -157
- package/convex/purchases.js.map +0 -1
- package/convex/ratelimit.d.ts +0 -4
- package/convex/ratelimit.js +0 -91
- package/convex/ratelimit.js.map +0 -1
- package/convex/searchLogs.d.ts +0 -4
- package/convex/searchLogs.js +0 -129
- package/convex/searchLogs.js.map +0 -1
- package/convex/spendAlerts.d.ts +0 -36
- package/convex/spendAlerts.js +0 -380
- package/convex/spendAlerts.js.map +0 -1
- package/convex/stripeActions.d.ts +0 -19
- package/convex/stripeActions.js +0 -411
- package/convex/stripeActions.js.map +0 -1
- package/convex/teams.d.ts +0 -21
- package/convex/teams.js +0 -215
- package/convex/teams.js.map +0 -1
- package/convex/telemetry.d.ts +0 -4
- package/convex/telemetry.js +0 -74
- package/convex/telemetry.js.map +0 -1
- package/convex/usage.d.ts +0 -27
- package/convex/usage.js +0 -229
- package/convex/usage.js.map +0 -1
- package/convex/waitlist.d.ts +0 -4
- package/convex/waitlist.js +0 -49
- package/convex/waitlist.js.map +0 -1
- package/convex/webhooks.d.ts +0 -12
- package/convex/webhooks.js +0 -410
- package/convex/webhooks.js.map +0 -1
- package/convex/workspaces.d.ts +0 -29
- package/convex/workspaces.js +0 -880
- package/convex/workspaces.js.map +0 -1
- package/dist/registry/apis.json.bak +0 -248811
- 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]]*
|
package/EARN-CREDITS-SPEC.md
CHANGED
|
@@ -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]]*
|
package/HIVR-INTEGRATION.md
CHANGED
|
@@ -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]]*
|
package/PRD-API-CHAINING.md
CHANGED
|
@@ -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]]*
|
package/PRD-HARDEN-SHELL.md
CHANGED
|
@@ -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]]*
|
package/PRD-LOGS-SUBAGENTS-V2.md
CHANGED
|
@@ -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]]*
|