AI-Native Knowledge Base

Knowledge that builds itself

Connect sources. AI structures, documents, and suggests β€” so your team doesn't have to.

Specify β€” Auth Service Project
Knowledge Graph
Auth Flow/auth/login/auth/refreshJWT TokenRefresh TokenUser SessionJWT vs Session@david

Trusted by teams at

COMPANYSTARTUPAGENCYSTUDIOLAB
Step 1

Connect your sources

PDF, GitHub, URLs, Notion β€” bring everything into one place.

PDF
ν΄λ¦­ν•˜μ—¬ μ—°κ²°

API Spec v2.pdf

2.4 MB

GITHUB
ν΄λ¦­ν•˜μ—¬ μ—°κ²°

auth-service

github.com/team/auth-service

URL
ν΄λ¦­ν•˜μ—¬ μ—°κ²°

OAuth 2.0 RFC 6749

tools.ietf.org/html/rfc6749

NOTION
ν΄λ¦­ν•˜μ—¬ μ—°κ²°

Design System

notion.so/design-system

Step 2

AI structures your knowledge

Entities, relationships, and concepts are automatically extracted and connected.

Extracted Entities

  • CONCEPTAuthentication Flow
    3
  • APIPOST /auth/login
    2
  • COMPONENTJWT Token
    4
  • COMPONENTRefresh Token
    2
  • DECISIONJWT vs Session Token
    2
  • PERSON@david (Backend Lead)
    3
Step 3

Get answers and documents instantly

AI drafts documents, answers questions, and suggests next actions β€” all grounded in your knowledge.

Specify AI Agent
Auth Service API Documentation

Auth Service API Documentation

This document describes the authentication endpoints for the Auth Service. All endpoints are versioned under /api/v2/auth.

Overview

The Auth Service implements a stateless JWT-based authentication system with refresh token rotation. Tokens are signed using RS256 and validated at the API gateway layer without requiring a database lookup.

Endpoints

POST /auth/login

Authenticates a user and returns a JWT access token and refresh token.

POST /api/v2/auth/login
Content-Type: application/json

{
  "email": "user@example.com",
  "password": "β€’β€’β€’β€’β€’β€’β€’β€’"
}

Response

{
  "accessToken": "eyJhbG...",
  "refreshToken": "dGhpcy...",
  "expiresIn": 900
}
Note: Access tokens expire in 15 minutes. Refresh tokens are valid for 7 days and are rotated on every use.

Everything your team needs

Each feature works with your knowledge base

Start building your team's knowledge base

Free to start. No credit card required.

Specify β€” Knowledge that builds itself