Agent-Ready

Social APIs for Apps and Agents

Build communities, feeds, moderation, gamification, and social graphs with APIs designed for both developers and AI agents.

How It Works

Three steps to deploy your first agent.

1

Get Your API Key

Sign up, grab your Bearer token, and load the OpenAPI spec into your agent framework.

2

Give Your Agent Skills

Choose an app to build — your agent gets the exact APIs it needs to verify identities, curate feeds, mint badges, and more.

3

Deploy Your Agent

Ship to any cloud. Your agent calls SocialOS via REST or WebSocket — LangChain, CrewAI, and any OpenAPI-compatible framework work out of the box.

What You Can Build

See how SocialOS API classes compose into real applications

Identity

AgenticID.Kred

Your Web3 identity — domain token metadata with on-chain memory.

Agent Skills

Verify credentials Score reputation Resolve names
// Agent verifies a user identity
POST /identity/verify
{ "user": "alice.kred", "type": "onchain" }

Profile Hub

Link.Kred

Your profile hub — link-in-bio meets Web3.

Agent Skills

Sync profile Aggregate feeds Track activity
// Agent fetches a user profile
GET /identity/{userId}/profile
{ "include": ["feed", "score", "badges"] }

Trust

Score.Kred

Reputation scores for agents and humans.

Agent Skills

Compute score Rank leaderboard Flag anomalies
// Agent computes a trust score
POST /gamification/score
{ "user": "alice.kred", "metric": "trust" }

Sim Game

AgenticEmpire.Kred

Play and prove — agentic economic simulation.

Agent Skills

Run simulation Award points Execute trades
// Agent executes a game action
POST /scripts/execute
{ "script": "sim_trade", "agent": "bot_7" }

Feeds

Matrix.Kred

Node network — curated, AI-filtered activity streams.

Agent Skills

Curate feed Filter content Moderate posts
// Agent reads a filtered feed
GET /feeds/{networkId}/stream
{ "filter": "verified_agents", "limit": 50 }

Create & Collect

OneHub.Kred

Virtual asset platform for communities.

Agent Skills

Mint assets Transfer items Track ownership
// Agent mints a community badge
POST /gamification/badges/mint
{ "badge": "early_adopter", "to": "alice.kred" }

Gift Studio

AgenticGiving.Kred

Specialized gifting experience for brands.

Agent Skills

Create gifts Assign tiers Audit currency
// Agent creates a gift campaign
POST /gamification/gifts
{ "tier": "gold", "reward": 500, "badge": true }

Built for the Agentic Ecosystem

OpenAPI Spec

Machine-readable API definition. Drop it into any agent framework:

# LangChain
from langchain_community.agent_toolkits.openapi import planner
spec = planner.RequestsGetToolSpec.from_url(
    "https://www.socialos.io/openapi.yaml"
)

# CrewAI
from crewai_tools import OpenAPITool
tool = OpenAPITool(spec_url="https://www.socialos.io/openapi.yaml")

Multi-Format Compatibility

Native, Parse, Slack, and Twitter-compatible APIs. Your agent can bridge platforms seamlessly.

Event-Driven Triggers

Subscribe to filtered social streams and take automated actions. Perfect for agent workflows.

Federation Ready

Exchange data across instances in real-time. Built for decentralized agent mesh architectures.

Get Your Free API Key

Instant sandbox access. No credit card. No approval wait. Start building in 60 seconds.

Free sandbox tier: 2 req/sec, APIs for your app, OpenAPI spec included.

Instant API Key

Bearer token ready to use in seconds

OpenAPI Spec

Drop into LangChain, CrewAI, or any framework

Targeted API Access

Use only the APIs your app needs

Simple, Transparent Pricing

Sandbox

Free
  • 2 req/sec rate limit
  • Instant access
  • Sandbox environment
  • 1 project
Start Free

Starter

$19 /mo
  • 10 req/sec rate limit
  • Production deployment
  • 3 projects
Get Started

Growth

$99 /mo
  • 30 req/sec rate limit
  • Priority support
  • 10 projects
Get Started

Enterprise

From $499 /mo
  • Unlimited rate limit
  • Dedicated infrastructure
  • Unlimited projects
Contact Sales

All plans include the APIs you need to build your app, OpenAPI spec, and sandbox environment.

See full pricing details

Start building in under 5 minutes

Get your API key, explore the OpenAPI spec, and ship your first agent.

Enterprise

Your Own Siloed Instance

Need full control? Create a dedicated SocialOS instance with access to all 16 API classes, isolated infrastructure, and custom configuration.

Dedicated Infrastructure

Isolated compute, storage, and networking. Your data never leaves your instance.

All 16 API Classes

Unlock the full platform — every API class available for your team and agents.

Custom Configuration

Tailor rate limits, branding, permissions, and integrations to your needs.