Skip to content

Conversation

@stopachka
Copy link
Contributor

@stopachka stopachka commented Jan 8, 2026

Demo: https://instant-www-js-papi-jsv.vercel.app/docs/platform-api

This PR adds a guide for our platform features.

We cover:

  1. The tools to use (CLI + Platform SDK)
  2. How to create temporary apps
  3. How to create long-lived app
  4. How to change schema and perms

More changes:

  • I moved the platform ouath guide out of the navigation. I was originally going to link it inside this doc, but I realize the Oauth guide in our Github links it, and it seems to flow more naturally there. So linked to the Oauth guide instead
  • I fixed the platform token window, as it scrolled
  • I made it so the CLI --token works with personal / platform access tokens
  • Changed the category title "Platform Features" to "Instant Features"

@dwwoelfel @nezaj @drew-harris

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

View Vercel preview at instant-www-js-papi-jsv.vercel.app.

Co-authored-by: Daniel Woelfel <dwwoelfel@gmail.com>

const api = new PlatformApi({});

const app = await api.createTemporaryApp({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be nice to show how you can create a temporary app with schema and permissions using the platform sdk.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea!

@stopachka stopachka changed the title [in-progress] Platform API guide Platform API guide Jan 8, 2026
@stopachka stopachka merged commit 986043c into main Jan 8, 2026
27 checks passed
@stopachka stopachka deleted the papi branch January 8, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants