Cogwit is the cloud-hosted version of Cognee, offering enterprise-grade infrastructure without the operational overhead.
Key Features
Managed Infrastructure
Fully hosted, auto-scaling Kuzu, LanceDB & PostgreSQL backends
Always-on Pipelines
Cognify pipelines without servers to maintain
Secure by Default
Role-based access controls (RBAC) and audit logging
Simple API Keys
One-click API key generation for instant access
Getting Started
1
Access the Console
Navigate to https://platform.cognee.ai/ to see the login screen.
Prerequisites: A Google or GitHub account and a valid credit/debit card.
2
Choose Authentication
Select Google or GitHub to authenticate. OAuth keeps your credentials secure—no separate password required.
3
Subscribe & Payment
On first sign-in, you’ll be prompted to subscribe and add a payment method. Enter your card details and click Save.
New to Cognee? Try it locally first with the Quickstart to explore features and understand how knowledge graphs work before committing to the cloud platform.
4
Create API Key
Click Create API Key to automatically generate your first API key.
Copy and store your API key securely. You’ll need it for all API requests.
API Integration
Once you have your API key, you can start using Cogwit through our comprehensive API.Interactive API Explorer
Swagger Documentation
Explore and test all API endpoints interactively with your API key
Core API Endpoints
Data Management
Data Management
/api/add
: Ingest text data into your knowledge graph/api/delete
: Remove specific data items from datasets/api/list_datasets
: View all available datasets
Knowledge Processing
Knowledge Processing
/api/cognify
: Transform raw data into structured knowledge graphs/api/cognify_status
: Check the status of cognify operations
Search & Retrieval
Search & Retrieval
/api/search
: Query your knowledge graph with natural language/api/get_insights
: Get structured insights and relationships
View Complete API Reference
Explore all available endpoints with interactive examples
All API endpoints require your API key in the
X-Api-Key
header for authentication.Typical Workflow
1
Ingest Data
Use the
/api/add
endpoint to ingest raw text into your dataset.2
Build Knowledge Graph
Run the
/api/cognify
pipeline to transform your data into a structured knowledge graph.3
Query & Search
Use
/api/search
to ask questions and retrieve relevant information from your knowledge graph.4
Manage Data
Optionally use
/api/delete
to remove outdated items or visualize your graph structure.Authentication
- API Key
- Content Types
Include your API key in the request header:
Next Steps
API Reference
Explore detailed API documentation and examples
User Management
Invite teammates and manage roles in Settings → Users
Cogwit makes it effortless to deploy production-grade knowledge graphs without worrying about infrastructure, scaling, or security.