Welcome to the Kibey Innovations API documentation. Our platform provides powerful endpoints for government contracting intelligence, business development automation, cost estimation, and project management.
Automated scraping from SAM.gov, SBIR, and Grants.gov with AI-powered relevance scoring
Multi-agent BOE generation with labor, materials, travel, and subcontractor breakdowns
AI-powered technical proposals, past performance, and compliance documentation
https://your-domain.com/api
All endpoints are relative to this base URL
/api/run-pipeline
Run all opportunity pipelines (SAM.gov, SBIR, Grants, STEM)
{
"keywords": ["AI", "machine learning", "data analytics"],
"naics_codes": ["541512", "541519"],
"set_asides": ["8(a)", "SDVOSB"],
"max_results": 30
}
{
"success": true,
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"message": "Pipeline started"
}
/api/pipeline-status/:job_id
Check status of running pipeline
{
"status": "running",
"progress": 65,
"message": "Processing opportunities pipeline...",
"opportunities_found": 42,
"sbir_found": 18,
"grants_found": 25
}
/api/opportunities/latest
Retrieve latest discovered opportunities with AI relevance scores
{
"success": true,
"opportunities": [
{
"title": "AI-Powered Data Analytics Platform",
"agency": "Department of Defense",
"office": "AFRL",
"set_aside": "8(a)",
"naics": "541512",
"value": "$5,000,000",
"posted_date": "2025-01-15",
"response_deadline": "2025-02-28",
"relevance_score": 0.92,
"ai_justification": "Excellent match: requires AI/ML capabilities, data analytics...",
"link": "https://sam.gov/opp/12345"
}
],
"total": 42,
"timestamp": "2025-01-28T10:30:00Z"
}
/api/estimate
Generate detailed cost estimate using multi-agent AI system
{
"scope": "Develop AI-powered business intelligence dashboard...",
"case_history": "Previous project: Built similar dashboard for DOD...",
"duration_months": 12
}
{
"success": true,
"job_id": "boe_abc123",
"message": "BOE generation started (multi-agent workflow)"
}
/api/estimate/:job_id
Check BOE generation status and retrieve completed estimate
{
"status": "completed",
"result": {
"project_title": "AI Business Intelligence Dashboard",
"pop": "12",
"work_plan": [
{
"task": "Requirements Gathering & Analysis",
"hours": {
"Project Manager 1": 80,
"Facilitator 1": 40
}
}
],
"labor_cost": 245600,
"materials_cost": 12500,
"travel_cost": 8400,
"total_cost": 266500
}
}
/api/generate-boe-excel
Export BOE to formatted Excel with cost breakdown sheets
{
"boe_data": { /* BOE JSON from /api/estimate/:job_id */ }
}
{
"success": true,
"filename": "BOE_AI_Dashboard_2025-01-28.xlsx",
"download_url": "/download/BOE_AI_Dashboard_2025-01-28.xlsx"
}
/api/generate-proposal
Generate complete technical proposal with AI
{
"opportunity_title": "AI-Powered Analytics Platform",
"agency": "Department of Defense",
"technical_requirements": "Must provide real-time analytics...",
"company_capabilities": "Kibey Innovations has 20+ years experience..."
}
{
"success": true,
"sections": {
"executive_summary": "Kibey Innovations proposes...",
"technical_approach": "Our solution leverages...",
"past_performance": "We successfully delivered...",
"team_qualifications": "Joshua Kibe, PMP leads..."
}
}
/api/companies
List all companies or create new company
/api/contacts
Manage contact database
/api/deals
Track business development pipeline deals
/api/platform-metrics
Get real-time platform usage and performance metrics
{
"opportunities_processed": 1247,
"boe_generated": 89,
"proposals_created": 34,
"total_pipeline_value": "$12.4M",
"active_deals": 23
}
/api/analytics/revenue
Financial metrics and revenue analysis
Our team is here to help you integrate and maximize the value of our platform.