Getting Started
Quick Setup
- Sign up and subscribe to SimpleLM
- Obtain your API key from the dashboard
- Create your first workspace and upload instructions
- Start creating sessions under that workspace
Creating Your First Workspace
Workspaces help you organize different use cases and apply consistent instructions across all sessions.
Example: Create a customer support workspace
curl -X POST "https://www.giostech.com/create-workspace?api=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"workspace_id": "customer_support",
"instructions": "Always respond in a polite and professional tone. Provide clear, step-by-step solutions."
}'