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#
| Action | Description |
|---|---|
analyze | Analyze context and suggest agents |
suggest | Alias for analyze |
recommend | Get workflow/skill recommendations |
workflows | List available workflows |
workflow | Show specific workflow details |
start | Start a workflow |
next | Advance to next phase |
checkpoint | Mark completion signal |
status | Get orchestrator status |
Available Workflows#
Free Tier#
| Workflow | Phases | Description |
|---|---|---|
feature-development | 4 | End-to-end feature implementation |
security-audit | 3 | Comprehensive security review |
performance-optimization | 4 | Performance review and optimization |
api-development | 4 | API design and implementation |
database-migration | 4 | Schema changes and migrations |
launch-preparation | 4 | Pre-launch checklist |
full-stack-parallel | 5 | Concurrent frontend/backend development |
comprehensive-audit | 5 | Parallel security/performance/quality audits |
Pro Tier (Premium Packs)#
| Workflow | Pack | Description |
|---|---|---|
launch-pack | launch | Guided launch from freeze to production |
reliability-pack | reliability | Reliability hardening for incidents |
growth-pack | growth | Experimentation for activation/conversion |
Phase Agents Mapping#
Each project phase has recommended agents:
| Phase | Name | Primary Agents | Supporting Agents |
|---|---|---|---|
| 1 | Foundation | architecture, database | security, devops |
| 2 | Requirements | database, api | testing |
| 3 | Design | frontend, ui-ux, database, api | security |
| 4 | Implementation | backend, frontend, database | performance, code-review |
| 5 | Testing | testing, security, code-review | performance |
| 6 | Deployment | devops, vercel | security, performance |
| 7 | Launch | devops, performance | security |
Error Handling#
Unknown Workflow#
Loading code block...
No Active Workflow#
Loading code block...
Premium Workflow Required#
Loading code block...
Best Practices#
- Follow workflow phases: Don't skip phases - each builds on the previous
- Mark checkpoints: Track completion signals for accurate progress
- Record outcomes: Help the system learn from your decisions
- Use context analysis: Let the system suggest appropriate agents
- Handle failures: Use remediation paths when things go wrong