Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion catalogue/apps/io.pilot.agentphone/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,23 @@
{
"name": "agentphone.help",
"summary": "Discovery: every method with params, kind, and latency class."
},
{
"name": "agentphone.setup",
"summary": "START HERE (managed, no-signup model). One idempotent call that makes you send-ready: reuses or creates your agent, then attaches a number you already own or buys a new one. Buying a number costs $3.00/mo from your $5 budget, so it is gated \u2014 pass confirm_spend:true to authorize it (otherwise setup creates the agent and returns needs_spend:true so you can confirm). Returns {ready, agent_id, number_id, phone_number}. Run this before agentphone.send_message / place_call."
},
{
"name": "agentphone.status",
"summary": "Are you ready to call/text? Free, read-only: reports whether you own an agent with an attached number, and if not, names the next step (agentphone.setup). Scoped to YOU only \u2014 never reflects other Pilot users. Returns {ready, sendable_agent_id, sendable_number, next_step}."
}
],
"changelog": [
{
"version": "0.3.1",
"notes": [
"Released v0.3.1"
]
},
{
"version": "0.3.0",
"notes": [
Expand Down Expand Up @@ -471,4 +485,4 @@
}
]
}
}
}
4 changes: 4 additions & 0 deletions catalogue/apps/io.pilot.bowmark/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
{
"name": "bowmark.help",
"summary": "Discovery: every method with params, latency, and description."
},
{
"name": "bowmark.balance",
"summary": "Your remaining Pilot budget for this app, read free from the broker's per-user credit ledger — returns {\"balance\":\"$X.XX\",\"credits_remaining\":<micro-$>,\"credits_seed\":<micro-$>,\"unit\":\"micro_usd\",\"scope\":\"per-pilot-user\"}. This is YOUR budget, not the shared account's. No partner API call, no charge, and never a 402. The same figure also rides on the X-Pilot-Credits-Remaining header of every metered response; call this when you just want to check what's left before a spend."
}
],
"links": [
Expand Down
4 changes: 4 additions & 0 deletions catalogue/apps/io.pilot.didit/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
{
"name": "didit.update_webhook",
"summary": "Set/rotate your webhook config programmatically — no console needed. FREE."
},
{
"name": "didit.help",
"summary": "This document — methods grouped by plane (local vs cloud), with params, latency, and cost."
}
],
"changelog": [
Expand Down
4 changes: 4 additions & 0 deletions catalogue/apps/io.pilot.insforge/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
{
"name": "insforge.post",
"summary": "Escape hatch: POST any backend API path under /api. Path param is the sub-path; the rest of the payload is sent as the JSON body. Covers endpoints not given a dedicated method. Cost depends on the endpoint."
},
{
"name": "insforge.help",
"summary": "This document — methods grouped by plane (local vs cloud), with params, latency, and cost."
}
],
"changelog": [
Expand Down
4 changes: 4 additions & 0 deletions catalogue/apps/io.pilot.kinetic/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
{
"name": "kinetic.help",
"summary": "Discovery: every method with params, latency, and description."
},
{
"name": "kinetic.balance",
"summary": "Your remaining Pilot budget for this app, read free from the broker's per-user credit ledger — returns {\"balance\":\"$X.XX\",\"credits_remaining\":<micro-$>,\"credits_seed\":<micro-$>,\"unit\":\"micro_usd\",\"scope\":\"per-pilot-user\"}. This is YOUR budget, not the shared account's. No partner API call, no charge, and never a 402. The same figure also rides on the X-Pilot-Credits-Remaining header of every metered response; call this when you just want to check what's left before a spend."
}
],
"links": [
Expand Down
6 changes: 5 additions & 1 deletion catalogue/apps/io.pilot.mysql/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": 1,
"id": "io.pilot.mysql",
"display_name": "Mysql",
"display_name": "MySQL",
"tagline": "MySQL 9.7.1 server + client as a native CLI for agents: a full, real client/server SQL database that runs entirely local",
"description_md": "MySQL 9.7.1 server + client as a native CLI for agents: a full, real client/server SQL database that runs entirely locally with no cloud account and no provisioning. Initialize a data directory, start a server on 127.0.0.1, create databases, and run SQL — results as an aligned table or TSV — with the actual InnoDB engine (transactions, foreign keys, triggers, JSON, window functions). Lifecycle (initialize/start/stop/ping), createdb, query/query_tsv, databases/tables listing, mysqldump, and the full tool surface via a verbatim-argv passthrough. The transactional server-grade sibling of io.pilot.sqlite and io.pilot.postgres.",
"vendor": {
Expand Down Expand Up @@ -70,6 +70,10 @@
{
"name": "mysql.version",
"summary": "Print the delivered MySQL version, e.g. \"mysql Ver 9.7.1 for … (conda-forge)\". This is `mysql --version`."
},
{
"name": "mysql.help",
"summary": "This document — methods grouped by plane (local vs cloud), with params, latency, and cost."
}
],
"changelog": [
Expand Down
18 changes: 6 additions & 12 deletions catalogue/apps/io.pilot.orthogonal/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,18 @@
"name": "orthogonal.balance",
"summary": "Orthogonal account credit balance (string '$X.XX'). FREE, read-only. Note: your per-user $5 Pilot budget is metered separately by the broker and is surfaced in the X-Pilot-Credits-Remaining header on every call — that header, not this account balance, is your personal remaining budget."
},
{
"name": "orthogonal.check",
"summary": "Preflight the shared account: does it hold ≥ amountCents credits? (amountCents is in Orthogonal credit units = dollars × 100000, so $5 = 500000). FREE."
},
{
"name": "orthogonal.transactions",
"summary": "Account transaction ledger — purchases, API charges, bonuses, refunds — with amounts, direction and timestamps, paginated. FREE, read-only. Amounts are in the credits unit (dollars × 100000)."
},
{
"name": "orthogonal.usage",
"summary": "Per-call spend history plus totalSpent over a window (dollar strings), for the shared account. FREE, read-only."
},
{
"name": "orthogonal.help",
"summary": "Discovery: every method with params, kind, and latency class."
}
],
"changelog": [
{
"version": "0.1.1",
"notes": [
"Released v0.1.1"
]
},
{
"version": "0.1.0",
"notes": [
Expand Down
4 changes: 4 additions & 0 deletions catalogue/apps/io.pilot.postgres/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
{
"name": "postgres.version",
"summary": "Print the delivered client version, e.g"
},
{
"name": "postgres.help",
"summary": "This document — every method with params, kind, and duration class."
}
],
"changelog": [
Expand Down
4 changes: 4 additions & 0 deletions catalogue/apps/io.pilot.rentahuman/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
{
"name": "rentahuman.help",
"summary": "Discovery: every method with params, latency, and description."
},
{
"name": "rentahuman.balance",
"summary": "Your remaining Pilot budget for this app, read free from the broker's per-user credit ledger — returns {\"balance\":\"$X.XX\",\"credits_remaining\":<micro-$>,\"credits_seed\":<micro-$>,\"unit\":\"micro_usd\",\"scope\":\"per-pilot-user\"}. This is YOUR budget, not the shared account's. No partner API call, no charge, and never a 402. The same figure also rides on the X-Pilot-Credits-Remaining header of every metered response; call this when you just want to check what's left before a spend."
}
],
"links": [
Expand Down
6 changes: 5 additions & 1 deletion catalogue/apps/io.pilot.tldr/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": 1,
"id": "io.pilot.tldr",
"display_name": "Tldr",
"display_name": "tldr",
"tagline": "tldr (tlrc 1.13.1) as native, example-first documentation for agents: simplified, community-driven man pages for ~7,350+",
"description_md": "tldr (tlrc 1.13.1) as native, example-first documentation for agents: simplified, community-driven man pages for ~7,350+ command-line tools, delivered to the host and fronted as typed methods. Look up a command's cheat-sheet as clean text or raw Markdown, search the whole catalog by keyword, list the directory of documented tools, refresh or inspect the local cache, render a local page, and reach every client flag (--platform, --language, --list-all, --offline, …) via a verbatim-argv passthrough. Open source — MIT client, CC-BY-4.0 pages — self-contained and offline after the first fetch, on macOS and Linux.",
"vendor": {
Expand Down Expand Up @@ -58,6 +58,10 @@
{
"name": "tldr.version",
"summary": "Print the delivered client and tldr-client-spec version, e.g. \"tlrc v1.13.1 (implementing the tldr client specification v2.3)\". Needs no cache. This is `tldr --version`."
},
{
"name": "tldr.help",
"summary": "This document — methods grouped by plane (local vs cloud), with params, latency, and cost."
}
],
"changelog": [
Expand Down
10 changes: 9 additions & 1 deletion catalogue/apps/io.telepat.ideon-free/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": 1,
"id": "io.telepat.ideon-free",
"display_name": "Ideon-free",
"display_name": "Ideon (Free)",
"description_md": "Free article generation for agents: ideon-free.generate(idea) returns a jobId; ideon-free.poll(jobId) returns the finished markdown article. Thin adapter over Ideon's ideon_write — no payment.",
"vendor": {
"name": ""
Expand All @@ -20,6 +20,14 @@
{
"name": "ideon-free.help",
"summary": "Discovery: every method with params, kind, and latency class."
},
{
"name": "ideon-free.generate",
"summary": "Start an article generation job from a one-line idea. Returns a jobId to poll. Free \u2014 no payment."
},
{
"name": "ideon-free.poll",
"summary": "Poll a jobId returned by ideon-free.generate; returns the finished markdown article once ready. Free \u2014 no payment."
}
],
"changelog": [
Expand Down
Loading
Loading