Quickstart Guide
This guide will walk you through creating your first developer portal with Launchpad. By the end, you'll have a fully functional API documentation site.
Prerequisites
Before you begin, you'll need:
- A Launchpad account (request access at early access)
- At least one OpenAPI specification (YAML or JSON)
- Admin access to configure your portal
Step 1: Create Your Portal
After logging into the Launchpad management console, you'll be guided through the portal creation wizard.
- Click New Developer Portal from the dashboard
- Enter your Developer Portal Name and Developer Portal Slug
- Choose your GCP region for data residency
- Select your Developer Portal Capacity
Portal Provisioning
Step 2: Configure Branding
Customize your portal's appearance to match your brand identity.
- Navigate to Configuration → Theme
- Upload your logo (SVG recommended for best quality)
- Set your primary and secondary brand colors
- Optionally, use our AI Theme Generator to create a complete theme from your logo
The AI Theme Generator analyzes your logo and brand colors to automatically generate a cohesive color palette, typography settings, and component styles.
Step 3: Add API Specifications
Upload your OpenAPI specifications to create interactive API documentation.
- Go to API Specifications in the Admin sidebar
- Click Upload Specification
- Upload your OpenAPI file or paste a URL
- Set the title, description, version and select a category
- Click on Upload Specification
openapi: 3.0.0
info:
title: Example API
version: 1.0.0
description: A sample API for demonstration
paths:
/users:
get:
summary: List all users
responses:
'200':
description: Successful response Supported Formats
Step 4: Create an API Product
API Products group related APIs together and define access policies.
- Navigate to API Products
- Click Add API Product
- Give your product a name and description
- Select which API Product to include
- Finally, click on save.
Step 5: Publish Documentation
Use the AI Page Builder to create additional documentation pages.
- Go to Page Builder in the sidebar
- Click New Page
- Choose from templates or start with AI assistance
- Add content blocks: text, code samples, images, and API references
- Click Publish when ready
Step 6: Invite Your Team
Add team members to collaborate on your portal.
- Navigate to Workspace → Team
- Select your Team
- Click Member tab
- Click Invite Member
- Enter their email address
- Assign appropriate roles (Admin, Editor, Viewer)
Next Steps
Now that your portal is set up, explore these advanced features:
- Connect Apigee for API management integration
- Configure RBAC for fine-grained access control
- Set up SSO for enterprise authentication
- Master the Page Builder to create rich documentation