Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
833f771
Document the claimable.neon.tech auth.md API in claimable-postgres
andrelandgraf Aug 4, 2026
779d96f
Fold Claimable Neon into the neon skill
andrelandgraf Aug 13, 2026
56d65da
Stop documenting the neon.new provisioning flow
andrelandgraf Aug 13, 2026
535a8d1
Point Claimable Neon discovery at auth.md from llms.txt.
andrelandgraf Aug 16, 2026
e4b5876
Document the full neon claim lifecycle in the neon skill.
andrelandgraf Aug 16, 2026
d666ab8
Document neon claim accept default, delete, and ambient credentials.
andrelandgraf Aug 16, 2026
1f820bc
Document claim CLI defaults, triggers, and the absolute reference link.
andrelandgraf Aug 16, 2026
564902c
Gate neon claim accept and unset account credentials first.
andrelandgraf Aug 16, 2026
6a5911f
State the claimable Neon job when the user is not around.
andrelandgraf Aug 16, 2026
d1be283
State the real neon claim create env-file default.
andrelandgraf Aug 16, 2026
8c14033
State claim URL timing and report the CLI expiry.
andrelandgraf Aug 16, 2026
9712873
State that claim rotates DATABASE_URL and leaves Auth and Data API en…
andrelandgraf Aug 17, 2026
0afd584
Remove redundant comments from config example
andrelandgraf Aug 17, 2026
aa73d48
Tell the agent to pull a new DATABASE_URL after claim reconciles.
andrelandgraf Aug 17, 2026
cc18e20
Match claim status output and install @neon/config on the claimable p…
andrelandgraf Aug 17, 2026
ca1fe67
Put claim commands in the neon skill and report the CLI's accept fields.
andrelandgraf Aug 17, 2026
df945ec
Document REST as the fallback when the CLI is not available.
andrelandgraf Aug 17, 2026
a1ca864
Fall back to REST when neon claim is missing, not when the CLI binary…
andrelandgraf Aug 17, 2026
b273e9a
Keep @neon/config off the Postgres-only claimable path.
andrelandgraf Aug 17, 2026
2ebbca8
State the REST fallback when claim exists but create does not.
andrelandgraf Aug 17, 2026
9bc0444
Prefer an existing Neon account over Claimable Neon.
andrelandgraf Aug 17, 2026
e9fd2a8
Ask before Claimable Neon whenever the user cannot authenticate now.
andrelandgraf Aug 17, 2026
74bfbed
Trigger Claimable Neon when the user cannot authenticate now.
andrelandgraf Aug 17, 2026
be10a58
Probe existing accounts with neon profile list before Claimable Neon.
andrelandgraf Aug 17, 2026
64eceac
Treat a DEFAULT missing profile as no Neon account.
andrelandgraf Aug 17, 2026
b57ff16
Reuse working Neon credentials before asking to sign in.
andrelandgraf Aug 17, 2026
f329716
Skip neon init when NEON_PROFILE is set; it refuses named profiles.
andrelandgraf Aug 17, 2026
a7b5332
Gate init on profile list and reuse named profiles with link.
andrelandgraf Aug 17, 2026
6e686a4
Keep NEON_API_KEY on init; probe profiles with npx neon@latest.
andrelandgraf Aug 17, 2026
706f4af
Do not send NEON_PROFILE to init even when NEON_API_KEY is set.
andrelandgraf Aug 17, 2026
be13bc3
Point Claimable Neon discovery at neon.com/auth.md.
andrelandgraf Aug 25, 2026
1542d89
Format the Claimable Neon CLI/REST table.
andrelandgraf Aug 25, 2026
5ddf2a1
Say REST stays on claimable.neon.tech.
andrelandgraf Aug 25, 2026
0973949
Put neon.com discovery URLs in the skill's code block.
andrelandgraf Aug 25, 2026
c35b828
Send NEON_PROFILE to link, not the unclaimed path.
andrelandgraf Aug 25, 2026
dbfc445
Send named profiles to link, not Getting Started.
andrelandgraf Aug 25, 2026
1c8fc6c
Stop when DEFAULT already has an account.
andrelandgraf Aug 25, 2026
dffe72a
List CLI auth checks instead of routing around init.
andrelandgraf Aug 25, 2026
aaf533f
Lead Claimable Neon with the CLI path, REST if it cannot run.
andrelandgraf Aug 25, 2026
20a6e54
Minting a claim URL does not freeze project access.
andrelandgraf Aug 25, 2026
85e398b
Tell agents to skip neon claim when the command is missing.
andrelandgraf Aug 25, 2026
3671832
Freeze happens when the human continues to Neon, not on mint.
andrelandgraf Aug 25, 2026
d9d9e58
Keep the account check in Getting Started only.
andrelandgraf Aug 25, 2026
7572d7f
Check profiles with npx and fall back to claimable.neon.tech/auth.md.
andrelandgraf Aug 25, 2026
1032bdd
Install neon before testing claim, and read auth.md from the live ori…
andrelandgraf Aug 25, 2026
e1ca24c
Name HTTP granted/reason separately from the CLI denied_capabilities …
andrelandgraf Aug 25, 2026
0350587
Gate claim on the installed CLI and share the claim lifecycle with REST.
andrelandgraf Aug 25, 2026
32e84df
Drop the restated claim --help gate after the copy-paste block.
andrelandgraf Aug 25, 2026
8a4200b
Drop NEON_PROFILE as an account signal and gate neon.ts after claim h…
andrelandgraf Aug 25, 2026
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
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It all starts with the `SKILL.md` file in the skill's directory. It's the entry

[![neon](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/neon.svg?variant=branded&size=xs&label=neon)](https://skills.sh/neondatabase/agent-skills/neon)

An overview of Neon for apps and agents — Lakebase Postgres, Auth, Data API, Object Storage, Compute Functions, and the AI Gateway — and how to get started.
An overview of Neon for apps and agents — Lakebase Postgres, Auth, Data API, Object Storage, Compute Functions, and the AI Gateway — and how to get started. Includes Claimable Neon for use with no Neon account.

### Neon Postgres

Expand All @@ -40,12 +40,6 @@ For agent platforms, codegen tools, and multi-tenant SaaS products that provisio

Choose and create the right Neon branch type for migration testing and isolated development workflows, including schema-only branches for sensitive data and reset-from-parent workflows to quickly realign child branches.

### Claimable Postgres

[![claimable-postgres](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/claimable-postgres.svg?variant=branded&size=xs&label=claimable-postgres)](https://skills.sh/neondatabase/agent-skills/claimable-postgres)

Provision instant temporary Postgres databases via Claimable Postgres by Neon ([neon.new](https://neon.new)) with no login, signup, or credit card. Supports REST API, CLI, and SDK.

### Neon Postgres Egress Optimizer

[![neon-postgres-egress-optimizer](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/neon-postgres-egress-optimizer.svg?variant=branded&size=xs&label=neon-postgres-egress-optimizer)](https://skills.sh/neondatabase/agent-skills/neon-postgres-egress-optimizer)
Expand Down
260 changes: 0 additions & 260 deletions plugins/neon-postgres/skills/claimable-postgres/SKILL.md

This file was deleted.

Loading
Loading