Skip to content

Fix API key prefix documentation - keys use plln_pk/plln_sk not pk_/sk_ #5329

@voodoohop

Description

@voodoohop

Current situation:

  • API keys actually start with plln_pk_ (publishable) and plln_sk_ (secret)
  • Documentation incorrectly states they start with pk_ and sk_

Issues:

  • AGENTS.md shows examples with pk_ and sk_ prefixes
  • Actual implementation uses plln_pk_ and plln_sk_ prefixes
  • Confusing for developers following the docs

Options to consider:

  1. Update docs to reflect actual plln_pk_/plln_sk_ format
  2. Consider shortening to pln_pk_/pln_sk_ (simpler, follows Stripe pattern)
  3. Move the type indicator (pk_/sk_) before the vendor prefix for clarity

Current code:
src/client/routes/index.tsx:93 - Uses plln_pk and plln_sk as prefixes

@PrimeevolutionZ

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions