Enterprise-Ready SDK
Build Multi-Tenant
Social Media Apps
Embed powerful social media management into your product. Post scheduling, analytics, AI content generation, and multi-platform publishing — all in one SDK.
Enterprise Security
5-Minute Setup
6+ Platforms
Get Started in Minutes
Install the SDK and start building powerful social media features for your users.
1. Install the Package
# Install the SDK
npm install @urisocial/sdk2. Initialize and Use
app.ts
import { URISocialSDK } from '@urisocial/sdk';
// Initialize the SDK
const sdk = new URISocialSDK({
apiKey: process.env.URISOCIAL_API_KEY,
workspaceId: 'your-workspace-id',
});
// Create a post
const post = await sdk.posts.create({
content: 'Hello from URI Social SDK!',
platforms: ['instagram', 'facebook'],
scheduleFor: new Date('2026-05-25T10:00:00Z'),
});
console.log('Post created:', post.id);Everything You Need to Scale
Built for developers who need enterprise-grade social media infrastructure.
Ready to Build Something Amazing?
Join developers building the next generation of social media management tools.