Intelligence API

The Intelligence API provides intelligent agent orchestration, workflow management, context analysis, decision tracking, and learning capabilities.

Overview#

The Intelligence module is the brain of Bootspring, providing:

  • Orchestrator: Coordinates agents based on project phase and context
  • Workflows: Predefined multi-phase development workflows
  • Memory: Decision tracking and outcome learning
  • Recommendations: Smart suggestions based on context and history

REST API Endpoints#

Analyze Context#

Loading code block...

Analyze context and get agent recommendations.

Request Body:

Loading code block...

Response:

Loading code block...

MCP Tool#

The bootspring_orchestrator MCP tool provides intelligence functionality.

Tool Definition#

Loading code block...

Actions#

ActionDescription
analyzeAnalyze context and suggest agents
suggestAlias for analyze
recommendGet workflow/skill recommendations
workflowsList available workflows
workflowShow specific workflow details
startStart a workflow
nextAdvance to next phase
checkpointMark completion signal
statusGet orchestrator status

Available Workflows#

Free Tier#

WorkflowPhasesDescription
feature-development4End-to-end feature implementation
security-audit3Comprehensive security review
performance-optimization4Performance review and optimization
api-development4API design and implementation
database-migration4Schema changes and migrations
launch-preparation4Pre-launch checklist
full-stack-parallel5Concurrent frontend/backend development
comprehensive-audit5Parallel security/performance/quality audits

Pro Tier (Premium Packs)#

WorkflowPackDescription
launch-packlaunchGuided launch from freeze to production
reliability-packreliabilityReliability hardening for incidents
growth-packgrowthExperimentation for activation/conversion

Phase Agents Mapping#

Each project phase has recommended agents:

PhaseNamePrimary AgentsSupporting Agents
1Foundationarchitecture, databasesecurity, devops
2Requirementsdatabase, apitesting
3Designfrontend, ui-ux, database, apisecurity
4Implementationbackend, frontend, databaseperformance, code-review
5Testingtesting, security, code-reviewperformance
6Deploymentdevops, vercelsecurity, performance
7Launchdevops, performancesecurity

Error Handling#

Unknown Workflow#

Loading code block...

No Active Workflow#

Loading code block...

Premium Workflow Required#

Loading code block...

Best Practices#

  1. Follow workflow phases: Don't skip phases - each builds on the previous
  2. Mark checkpoints: Track completion signals for accurate progress
  3. Record outcomes: Help the system learn from your decisions
  4. Use context analysis: Let the system suggest appropriate agents
  5. Handle failures: Use remediation paths when things go wrong