Platform API Overview

Welcome to the Kibey Innovations API documentation. Our platform provides powerful endpoints for government contracting intelligence, business development automation, cost estimation, and project management.

Interactive API

Opportunity Intelligence

Automated scraping from SAM.gov, SBIR, and Grants.gov with AI-powered relevance scoring

Cost Estimation

Multi-agent BOE generation with labor, materials, travel, and subcontractor breakdowns

Proposal Generation

AI-powered technical proposals, past performance, and compliance documentation

Base URL

https://your-domain.com/api

All endpoints are relative to this base URL

Opportunity Intelligence

POST /api/run-pipeline

Run all opportunity pipelines (SAM.gov, SBIR, Grants, STEM)

Request Body

{
  "keywords": ["AI", "machine learning", "data analytics"],
  "naics_codes": ["541512", "541519"],
  "set_asides": ["8(a)", "SDVOSB"],
  "max_results": 30
}

Response

{
  "success": true,
  "job_id": "550e8400-e29b-41d4-a716-446655440000",
  "message": "Pipeline started"
}
GET /api/pipeline-status/:job_id

Check status of running pipeline

Response

{
  "status": "running",
  "progress": 65,
  "message": "Processing opportunities pipeline...",
  "opportunities_found": 42,
  "sbir_found": 18,
  "grants_found": 25
}
GET /api/opportunities/latest

Retrieve latest discovered opportunities with AI relevance scores

Response

{
  "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"
}

Basis of Estimate (BOE) Generation

POST /api/estimate

Generate detailed cost estimate using multi-agent AI system

Request Body

{
  "scope": "Develop AI-powered business intelligence dashboard...",
  "case_history": "Previous project: Built similar dashboard for DOD...",
  "duration_months": 12
}

Response

{
  "success": true,
  "job_id": "boe_abc123",
  "message": "BOE generation started (multi-agent workflow)"
}
GET /api/estimate/:job_id

Check BOE generation status and retrieve completed estimate

Response (Completed)

{
  "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
  }
}
POST /api/generate-boe-excel

Export BOE to formatted Excel with cost breakdown sheets

Request Body

{
  "boe_data": { /* BOE JSON from /api/estimate/:job_id */ }
}

Response

{
  "success": true,
  "filename": "BOE_AI_Dashboard_2025-01-28.xlsx",
  "download_url": "/download/BOE_AI_Dashboard_2025-01-28.xlsx"
}

Proposal Generation

POST /api/generate-proposal

Generate complete technical proposal with AI

Request Body

{
  "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..."
}

Response

{
  "success": true,
  "sections": {
    "executive_summary": "Kibey Innovations proposes...",
    "technical_approach": "Our solution leverages...",
    "past_performance": "We successfully delivered...",
    "team_qualifications": "Joshua Kibe, PMP leads..."
  }
}

CRM & Business Development

GET POST /api/companies

List all companies or create new company

GET POST /api/contacts

Manage contact database

GET POST /api/deals

Track business development pipeline deals

Analytics & Metrics

GET /api/platform-metrics

Get real-time platform usage and performance metrics

Response

{
  "opportunities_processed": 1247,
  "boe_generated": 89,
  "proposals_created": 34,
  "total_pipeline_value": "$12.4M",
  "active_deals": 23
}
GET /api/analytics/revenue

Financial metrics and revenue analysis

Need Help with API Integration?

Our team is here to help you integrate and maximize the value of our platform.

Joshua Kibe, PMP

Kibey Innovations

kibey84@gmail.com

Jaderic Dawson, M.S.

KnowlEdge2 AI

jadericdawson@gmail.com