Posts In Category "Development with AI Resrouces"

AltusPlatform API Migration Hardening – 02/23/2026

Release Notes: AltusPlatform API Migration Hardening (Production Readiness) Release scope Strengthened API request logging lifecycle to prevent orphaned/incomplete log rows. Standardized auth behavior for me vs API-key routes. Improved site/users performance path and observability. Added migration compatibility cleanups in dependent plugins. Added operational scripts/tests for KPI tracking, null diagnostics, 404 caller inventory, and smoke checks. […] Read More →

AltusPlatform AI Support

  Dec 21st, 2025   -     Development with AI Resrouces, General API Instructions   -  

Below is a copy/paste-ready instruction pack for OpenAI Codex in VS Code to build the AltusPlatform AI Support WordPress plugin (PHP 7.4.11 → 8.4 compatible), with Microsoft 365 multi-inbox monitoring, OpenAI triage + recommended actions, human approval, safe DB writes to Argus/Altus tables, and a suggested email reply draft. CODEX BUILD INSTRUCTIONS — AltusPlatform AI […] Read More →

CODEX PROMPT #2 — Add HubSpot Webhook + SCORM Callback Endpoints (Altus API Plugin)

  Dec 20th, 2025   -     Development with AI Resrouces, General API Instructions   -  

Below is the SECOND Codex Prompt (copy/paste into ChatGPT Codex in Visual Studio) to add two new endpoints to the existing altus-api plugin. It is written to match the v1 architecture you already defined (router/auth/db/response helpers), keep PHP 7.4.11 → 8.4 compatibility, and avoid schema changes. It also keeps security tight: HubSpot webhook signature verification […] Read More →

AltusPlatform API Plugin + API/Shortcodes Manager + Dynamic Instruction Shortcodes

CODEX MASTER BUILD INSTRUCTIONS AltusPlatform API Plugin + API/Shortcodes Manager + Dynamic Instruction Shortcodes Plugin Slug: altus-api Language: PHP (WordPress) Compatibility: PHP 7.4.11 → 8.4 No schema migrations (no CREATE/ALTER; use WP options for docs storage; only read/write existing Altus tables). Must use argus-core DB variables ($client_server_database, $acc_server_database) and $wpdb.  0) The Objective Create a WordPress plugin named altus-api that provides: A secure, versioned REST […] Read More →