Documentation
Build with Folki
Everything you need to integrate Folki into your workflow. Simple APIs, comprehensive docs, and SDKs in your favorite languages.
example.ts
// Install: npm install @folki/sdk
import { Folki } from '@folki/sdk';
const folki = new Folki('your-api-key');
// Get your team's culture page
const page = await folki.pages.get('acme-inc');
// Update team profile
await folki.profiles.update('user-123', {
vibe_tags: ['Remote since 2020', 'Coffee addict'],
bio: 'Building the future of work.'
});Getting Started
Quick Start Guide
Get up and running in 5 minutes
5 min
Authentication
API keys and OAuth setup
3 min
Making Your First Request
Hello, API world!
2 min
API Reference
Teams
Create, read, update team data
Reference
Profiles
Manage team member profiles
Reference
Pages
Culture page endpoints
Reference
Analytics
Fetch page analytics
Reference
Webhooks
Setting Up Webhooks
Receive real-time updates
10 min
Event Types
All webhook event payloads
Reference
Security
Verifying webhook signatures
5 min
SDKs & Libraries
JavaScript/TypeScript
Official npm package
SDK
Python
PyPI package
SDK
Ruby
Ruby gem
SDK