Skip to content

History

Revisions

  • Update pricing to match March 2026 tier restructure Professional: 199→69 EUR, 50→100 tokens/day Business: 599→199 EUR, 160→400 tokens/day Token packs: Starter 150→100, Builder 375→300 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Mar 13, 2026
    cbf5527
  • docs: add database backup guide and update AI-assisted management - Add User-Guide:-Database-Backups.md covering the new Databases tab in My Apps, auto-backup toggle, Backup Now button, and MCP tools (create-backup, list-backups, restore-backup) - Update User-Guide:-AI-Assisted-App-Management.md to document the new backup/restore MCP tools and link to the backup guide

    @birme birme committed Mar 13, 2026
    20e7c52
  • docs: add usage breakdown section and MCP plan/upgrade examples - Pricing.md: add Usage Breakdown section describing per-service token consumption view, trend indicator, and days-until-zero estimate - AI agents guide: add example prompts for token usage queries and plan upgrades with direct Stripe Checkout link Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Mar 12, 2026
    c9166ce
  • docs: add AI-assisted app management documentation Add User-Guide:-AI-Assisted-App-Management.md covering the built-in AI assistant in My Apps — deployment, configuration, diagnostics, custom domains, and database wiring via natural language prompts. Also include pending improvements to related pages: - Home.md: link to new AI-assisted app management guide - Managing-Custom-Apps.md: monitoring status section, parameter store binding changes, link to AI guide in related resources - Deploy-or-Publish-Your-Application.md: NEXT_PUBLIC_* warning, git repo naming rules - Enable-OSC-with-AI-agents.md: updated Claude Code setup, Windsurf and Codex CLI sections, Manage with AI Agent chip note - Custom-Domains.md: domain reflected in app listings, serviceId note - Pricing.md: token packs, plan downgrade behavior Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Mar 10, 2026
    262b893
  • fix: update Personal plan price from €29 to €15/month Fixes Eyevinn/osaas-user-docs#6 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Mar 4, 2026
    f5da999
  • docs: update Intercom service page with new screenshots Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @LucasMaupin LucasMaupin committed Mar 4, 2026
    725eb7e
  • docs: add SEO frontmatter descriptions to key pages Add YAML frontmatter with custom description meta to Home, FAQ, and Pricing — the three highest-traffic pages. All other pages will receive auto-generated descriptions from their titles via the MkDocs meta extension added in osaas-user-docs PR #5. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @birme birme committed Mar 1, 2026
    4927d99
  • docs: add OSC environment variables reference Add Developer-Guide:-Environment-Variables.md documenting all environment variables used in OSC deployments, including: - OSC_ACCESS_TOKEN (authentication for CLI and SDK) - PORT (auto-injected, required for all deployed apps) - APP_URL (auto-injected public URL for Web Runner apps) - AUTH_URL (auto-injected auth callback URL for NextAuth v5) - APP_CONFIG_URL (convention for parameter store URL in monorepo apps) - OSC_ENV (internal platform environment variable) Also adds a loading order section explaining build-time vs runtime availability, and a summary table for quick reference. Adds link from Developer-Guide:-Overview.md to the new page. Addresses osaas-app issue #2344.

    @birme birme committed Mar 1, 2026
    b8c1e5c
  • docs: add platform CTAs and UTM tracking to wiki pages - Example-Project: link OSC in intro and add bottom CTA with UTM params - FAQ: link "Open Source Cloud" text to app.osaas.io - Service:-Grafana: replace empty stub with full Getting Started page - Service:-MariaDB: link signup text and service dashboard in intro - User-Guide:-Terraform: add signup CTA in prerequisites with UTM params - User-Guide:-Working-with-Secrets: link "Open Source Cloud" in intro to app.osaas.io - Home: add UTM params to account creation link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @birme birme committed Mar 1, 2026
    88089ee
  • docs: document subPath + configService startup interaction for monorepos Add guidance for monorepo apps that combine subPath and configService parameters. When a workspace defines its own start command, it may bypass the root-level config loading step, causing zero env vars to be injected. Document the symptoms, solution, and link cross-references. Addresses Eyevinn/osaas-ai#265 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Feb 28, 2026
    fc62a16
  • docs: update Publish Web Application guide for generic git URL support Method 3 (MCP Server Hosting via My Apps) previously required a GitHub repository. Now that My Apps supports any HTTPS git host (GitHub, GitLab, Gitea, self-hosted), update prerequisites, Step 1 heading, and Step 2 deployment instructions to reflect this. Also adds the 'I need a git repository' managed Gitea option to Step 2.

    @birme birme committed Feb 28, 2026
    0b6a1f7
  • docs: rewrite Intercom service documentation - Add key concepts section defining productions, lines, and audio feeds - Add browser and microphone prerequisites - Fix step numbering (was skipping Step 3) - Add password special character warning for CouchDB - Restructure Step 2 with clear field table and explanations - Clarify OscAccessToken is required for sharing (not optional) - Add new screenshots from current UI for app steps - Fix all screenshot alt text (was Swedish filenames) - Add expanded troubleshooting table - Document push-to-talk, hotkeys, and WHIP/WHEP features - Add Resources section with GitHub, API docs, and Companion links Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @LucasMaupin LucasMaupin committed Feb 27, 2026
    1d51e75
  • docs: update My Apps documentation for generic git URL support - Deploy-or-Publish guide: Path 2 now accepts any HTTPS git URL (GitHub, GitLab, Gitea, or self-hosted), not just GitHub repos. Documents the new "I need a git repository" flow that provisions a managed Gitea repository and shows push instructions. Adds setup-git-repo MCP tool usage example. - Managing-Custom-Apps guide: replace GitHub-specific language with generic git terminology in Restart and HA sections. Related: osaas-app#2361, osaas-ai#256, osaas-deploy-manager#174

    @birme birme committed Feb 27, 2026
    3562fa9
  • docs: add new MCP tools and expired-token rebuild guidance - User-Guide:-Enable-OSC-with-AI-agents.md: add examples for new MCP tools introduced in osaas-ai v2026-02-25 — get-instance-status, restart-service-instance, create-service-token, and create-delegate-token - User-Guide:-Managing-Custom-Apps.md: document the expired config token rebuild scenario (apps with a parameter store created before 2026-02-25 used short-lived tokens; a rebuild migrates them to the new long-lived refresh token). Added to both the Rebuild bullet list and the decision matrix.

    @birme birme committed Feb 26, 2026
    4d269a9
  • docs: update managing-custom-apps and working-with-secrets - Add log filter parameters (tail, since, level) to Viewing Logs section reflecting new get-logs-for-instance MCP tool capabilities (osaas-ai #215) - Add note that ConfigService binding is preserved during MCP rebuild (osaas-ai #223) - Fix spelling: "now way to actual" → "no way to actually" in secrets guide (osaas-app #2277)

    @birme birme committed Feb 25, 2026
    f82e310
  • docs: warn about shell metacharacters in parameter values; add isManaged to domain MCP example - Parameter Store guide: replace misleading "all characters supported" claim with accurate warning about shell metacharacters (!, $, #, &, etc.) that may be corrupted when injected as environment variables. Add base64-encoding workaround for passwords containing special characters. Reflects osaas-ai#197 (set-parameter MCP tool now warns at runtime). - Custom Domains guide: add isManaged: true to managed-domain MCP tool example so users know how to explicitly request a platform-managed domain. Reflects osaas-ai#198 (new isManaged parameter on create-my-domain tool). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @birme birme committed Feb 24, 2026
    88427c4
  • Update MCP URL to shorter mcp.osaas.io Replace ai.svc.prod.osaas.io/mcp with mcp.osaas.io/mcp across all client setup instructions (Claude Desktop, Claude Code, VS Code, Cursor). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Feb 23, 2026
    48e67e7
  • docs: add check-domain-availability MCP tool and Claude Code fullstack tutorial link - User-Guide:-Custom-Domains.md: document new check-domain-availability MCP tool (added in osaas-ai #191 alongside the other domain management tools) - User-Guide:-Enable-OSC-with-AI-agents.md: add link to new Claude Code full-stack deploy tutorial (added in osaas-landing-app #296)

    @birme birme committed Feb 23, 2026
    6f84f64
  • docs: add character handling, auto-injected vars, and troubleshooting - Parameter Store: document character handling, password best practices, and troubleshooting for zero-vars-loaded and auth failures - Web Runner: document auto-injected environment variables (APP_URL, AUTH_URL, PORT) and precedence rules with parameter store Ref: Eyevinn/osaas-ai#192

    @birme birme committed Feb 23, 2026
    737640a
  • docs: emphasize restart as default over rebuild for code updates Strengthen guidance that restart is the default for deploying new code. Expand decision matrix with explicit "Use rebuild?" column. Add clear instructions for AI agents to not use rebuild=true by default. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Feb 23, 2026
    00d754f
  • docs: fix Custom Domains wiki page with accurate platform details - Add paid plan requirement for custom (external) domains - Add Managed vs Custom Domains section explaining the two domain types - Fix managed domain patterns: .apps.osaas.io (prod), .apps.stage.osaas.io, .apps.dev.osaas.io - Fix default app URL format to {10-char-hash}.apps.osaas.io - Fix web console workflow: My Apps -> Domains tab -> Add Domain button - Fix removal workflow: Delete button in Domains table (not clearing a field) - Remove non-existent CLI commands (npx @osaas/cli app update) - Replace CLI section with correct MCP tools: create-my-domain, update-my-domain, delete-my-domain, list-my-domains - Fix CNAME target: now directs users to use dnsTarget from API/console instead of a fabricated hostname - Document all three required fields for domain creation: domain, instanceName, serviceId - Keep RAG-friendly structure with self-contained sections Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @birme birme committed Feb 23, 2026
    b823d45
  • docs: add Managing Custom Apps guide (HA, rebuild, restart) New page covering restart vs rebuild, high-availability mode (blue-green deployments), and links to custom domains and parameter store guides. Updated Deploy-or-Publish page with cross-reference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Feb 22, 2026
    399c416
  • docs: document monorepo subPath support and parameter store naming rules - User-Guide:-Publish-Web-Application.md: Add notes on monorepo support (subPath parameter via My Apps UI and create-my-app MCP tool) and clarify that .osc.yaml is not supported. Covers changes from osaas-ai#185 and osaas-deploy-manager#139. - User-Guide:-Parameter-Store.md: Add explicit naming rules section clarifying that parameter store names must be strictly alphanumeric (no underscores or hyphens). Covers the regex fix in osaas-ai#175.

    @birme birme committed Feb 22, 2026
    686f253
  • docs: add low token warning banner section to Pricing page Documents the new dashboard warning banner (added in osaas-app #2176) that alerts users when their token balance is projected to run out within 14 days (yellow) or 7 days (red danger). Explains dismissal behavior and how to resolve the situation.

    @birme birme committed Feb 21, 2026
    749079e
  • docs: add token calculator link to Pricing and MCP server hosting to Publish guide - Pricing.md: add section on the token cost calculator at osaas.io/pricing#token-calculator, also accessible from Team Settings → Usage page (osaas-app#2177, osaas-landing-app#281) - User-Guide:-Publish-Web-Application.md: add Method 3 covering MCP server hosting via My Apps — deploy from GitHub, get public HTTPS endpoint, connect AI agents (osaas-landing-app#269 added full tutorial at osaas.io/tutorials/deploy-mcp-server) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @birme birme committed Feb 20, 2026
    fdcf7bf
  • docs: add parameter store, app-config-svc, custom domains, and Cursor MCP setup Added new documentation pages: - Service: App Config Svc - comprehensive guide for the app-config-svc service - User Guide: Parameter Store - guide for setting up parameter stores (Valkey + app-config-svc) - User Guide: Custom Domains - complete guide for configuring custom domains on OSC apps Updated existing pages: - Home.md - expanded MCP capabilities list, added Cursor to supported AI tools - User Guide: Enable OSC with AI agents - added Cursor IDE setup instructions These updates reflect recent platform enhancements: - setup-parameter-store MCP tool (creates Valkey + app-config-svc automatically) - Custom domain support for My Apps deployments - Cursor IDE support for MCP integration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Feb 20, 2026
    fc4e77c
  • docs: add deploy or publish your application guide New wiki page covering three post-build paths: 1. Open Source — submit to OSC catalog (builders dashboard) 2. Private Deployment on OSC — deploy via My Apps 3. External Deployment — zero lock-in, use OSC services from anywhere Includes decision matrix for AI agents, requirements per path, and step-by-step instructions. This page feeds into the RAG vector store for the OSC Architect. Ref: Eyevinn/osaas-app#2172 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @birme birme committed Feb 19, 2026
    b0074aa
  • docs: add service discovery features and service status page - Add 'Discovering Services' subsection to the Using OSC section describing the new Explore by Category grid and Trending Services section on the dashboard home page, plus the updated Browse page section order - Add 'Service Status' section linking to https://app.osaas.io/status where users can check live platform uptime information Reflects changes from osaas-app#2138 (catalog discovery boost) and osaas-landing-app#253 (service status page).

    @birme birme committed Feb 19, 2026
    fbf3420
  • docs: enhance Team Email guide with MCP tool details - Add specific MCP tool names (get-mail-status, create-mailbox, etc.) - Add note about paid plan requirement for AI-driven mailbox creation - Expand usage examples for AI agents - Clarify that AI agents can retrieve connection details Related to osaas-ai#163 (MCP tools for self-service mail provisioning)

    @birme birme committed Feb 17, 2026
    01572c3
  • Add team email provisioning documentation - New User-Guide:-Team-Email.md documenting self-service mail provisioning for Professional/Business plans - Updated User-Guide:-Enable-OSC-with-AI-agents.md to mention mail management via MCP tools - Covers web console, CLI, and AI agent usage for mailbox creation, password changes, and deletion Based on PRs: osaas-app#2091, osaas-ai#163, osaas-deploy-manager#132

    @birme birme committed Feb 16, 2026
    9b98174