Quickstart Guide
Get up and running with AstraCollab in just a few minutes. This guide will walk you through setting up your account, creating API keys, and making your first API call.Prerequisites
- Node.js 18+ installed
- A code editor (VS Code recommended)
- Basic knowledge of JavaScript/TypeScript
Step 1: Create an Account
- Visit astracollab.app
- Sign up with your email or GitHub account
- Create your first organization
- Choose a plan
Step 2: Generate API Keys
- Navigate to the API Keys section in your dashboard
- Click Create API Key
- Give your key a descriptive name (e.g., “Production API Key”)
- Copy the generated API key (you won’t be able to see it again)
Keep your API key secure and never commit it to version control. Use environment variables in production.
Step 3: Install the SDK
Choose your preferred SDK:Next.js SDK
JavaScript SDK
Step 4: Make Your First API Call
Using the Next.js SDK
Using the JavaScript SDK
Direct API Call
Step 5: Set Up Environment Variables
Create a.env.local file in your project root:
Step 6: Test Your Integration
- Upload a test file using the SDK or API
- Verify the file appears in your dashboard
- Check the file details and metadata
Next Steps
Now that you’re set up, explore these resources:API Reference
Complete API documentation with all endpoints and examples.
SDK Documentation
Detailed guides for using our SDKs and components.
Examples
Code examples and integration patterns.
Features
Learn about advanced features like multipart uploads and billing.
Need Help?
- Documentation: Browse our comprehensive guides
- API Reference: Check endpoint documentation
- Support: Email us at [email protected]
Join our community
Connect with other developers and get help from our team.