Skip to main content

Project IDE

The IDE provides an AI chat interface for code assistance within your project. Ask AI to write code, debug issues, or explain concepts - all scoped to your project’s context.

Access the IDE

Navigate to your project IDE:
https://runalph.ai/{org-slug}/{project-slug}/ide
This automatically opens your most recent chat or creates a new one.

Chat Features

Project-Scoped Conversations

Each chat is tied to a specific project:
  • Chat History: All messages saved to database
  • Multiple Chats: Create separate conversations for different tasks
  • Recent Notebooks: See your org’s 30 most recent notebooks
  • Persistent: Chats saved across sessions

Chat Management

Create New Chat
  • Go to /ide/new to start fresh conversation
  • Title defaults to “New Chat” (editable)
Access Existing Chat
  • Navigate to /ide/{chat-id}
  • View full message history
  • Continue where you left off

AI Providers

Support for multiple AI models:
  • Anthropic (Claude)
  • OpenAI (GPT)
  • Google (Gemini)
Token usage tracked per chat message and billed to your organization.

Use Cases

Code Generation

Ask AI to write functions, classes, or scripts within your project context.

Debugging

Paste error messages and get help troubleshooting.

Code Explanation

Ask AI to explain complex code or concepts.

Project-Specific Help

AI can reference your project’s environment and setup.

Access Control

  • Only chat owner can view messages
  • Must be org member to access project
  • Chats scoped to specific project

Billing

All AI interactions are tracked:
  • Token usage recorded per message
  • Costs calculated by provider/model
  • Billed to organization
  • View usage in billing dashboard

Next Steps