octpoint

octpoint

Building intelligent AI agent systems. From conversational assistants to full-stack APIs, all in one platform.

How It Works

Build your personal AI Agent in three steps

1

Upload Your Data

Upload your resume, project docs, and personal data to build your knowledge base.

2

AI Processing

RAG pipeline auto-vectorizes, indexes, and generates a conversational AI Agent.

3

Deploy Instantly

Get API endpoints and a chat interface. Embed in your site or share a link.

Core Features

End-to-end AI application infrastructure

AI Chat Agent

RAG-powered conversational agent that answers questions about projects, skills, and experience.

REST API

Full-featured backend API with authentication, blog management, messaging, and real-time stats.

GitHub OAuth

Secure admin authentication via GitHub OAuth with JWT token management.

Cloud-Native

Docker Compose + Nginx reverse proxy, deployed on AWS with SSL and auto-scaling.

API Preview

Clean RESTful API, ready to use

GET/api/profile
{
  "name": "octpoint API",
  "version": "1.0.0",
  "endpoints": {
    "chat": "POST /api/chat",
    "profile": "GET /api/profile",
    "blog": "GET /api/blog",
    "messages": "GET /api/messages",
    "auth": "POST /api/auth/register"
  }
}

Get Started

Create an account, try the AI Agent, check out the API docs, and start building.