Create Project
Create your first Graphlit project and get your API credentials.
Projects in Graphlit are isolated workspaces for your applications. Each project has its own data and storage.

Get Your API Credentials
Each project includes two environments: Preview (development) and Production.
Environments are fully isolated:
Separate data and storage
Independent credentials (Environment ID, JWT Secret)
No resource sharing
Billing: Projects are billed together (not per environment). Payment methods are managed at the organization level.
Copy your credentials: Under Connection Information, you'll find:
Organization ID (shared across all projects)
Environment ID (Preview or Production)
JWT Secret (authentication key)

Click the copy icon
to copy each value.
Keep your JWT Secret secure: Treat it like a password. Never commit it to git or share publicly.
Next Step
Get your API credentials → - Configure your development environment (1 minute)
Once credentials are copied, run the hello.ts check to confirm everything works before the Quickstart tutorial.
Need Help?
Ask Graphlit: Open the chatbot from the Developer Portal sidebar (or visit ask.graphlit.dev) for SDK code snippets.
Sample Apps: See graphlit-samples for end-to-end examples.
Discord Community: Join discord.gg/ygFmfjy3Qx to chat with the team.
Last updated
Was this helpful?


