Prerequisites: Platform server running on
localhost:8000. If you haven’t set up the server yet, see the Getting Started guide.Tutorial Workflow
1
Register & Login
Create your user account and obtain an authentication token:Expected Response:Save the token for subsequent requests:
2
Create a Workspace
Create a workspace to organize your projects:Expected Response:Save the workspace ID:
3
Create a Project
Create your first project within the workspace:Expected Response:Save the project ID:
4
Create Issues
Create three issues with different priorities to demonstrate the workflow:High Priority Issue:Medium Priority Issue:Low Priority Issue:Each issue will receive an auto-generated identifier like
ISS-1, ISS-2, ISS-3.5
Register an AI Agent
Create an AI agent that can be assigned to issues:Expected Response:Save the agent ID:
6
Assign Issue to Agent
Assign the high-priority login bug to your AI agent:Expected Response:
7
Add Comments
Add comments to demonstrate the conversation flow:Agent Analysis Comment:Threaded Reply:
8
Check Activity Log
View the activity timeline for your workspace:Expected Response:
9
View Project Stats
Check your project statistics to see progress:Expected Response:
What You Built
Congratulations! You’ve created a complete project management workflow:Next Steps
Now that you have a working platform setup, explore these features:Platform Authentication
Advanced auth patterns and API key management
Issue Management
Advanced issue workflows and automation
Agent Configuration
Customize agent capabilities and behavior
Workspace Management
Multi-workspace and team collaboration
Troubleshooting
Authentication errors
Authentication errors
Problem: Getting 401 Unauthorized errorsSolution: Check that your token is properly exported and not expired:
Server connection issues
Server connection issues
Problem: Connection refused or timeout errorsSolution: Ensure the platform server is running:
Issue assignment failures
Issue assignment failures
Problem: Cannot assign issues to agentsSolution: Verify the agent is active and workspace IDs match:

