TiloBox
Back to directory
AT Protocol project preview

AT Protocol

Social networking technology created by Bluesky: federated, user-controlled social data.

LicenseApache-2.0
GitHub stars8.5k
Last commit6 days ago
Tags5 topics
Bluesky AtprotoFederated Identity SocialAtproto SdkDecentralized Social ProtocolMarketing
Overview

Why consider AT Protocol?

AT Protocol (Authenticated Transfer Protocol) is an open-source decentralized social networking protocol and toolkit developed by Bluesky Social. AT Protocol supports portable user identities, algorithmic choice feeds, federated data repositories, and cross-server social interactions.

Guided learning

Learn AT Protocol by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of AT Protocol

AT Protocol powers next-generation decentralized social network applications and custom feed algorithms.

Quickstart

bash
1npm install @atproto/api
javascript
1import { BskyAgent } from '@atproto/api';
2const agent = new BskyAgent({ service: 'https://bsky.social' });
3await agent.login({ identifier: 'user.bsky.social', password: '...' });
4await agent.post({ text: 'Hello Decentralized Web!' });

AT Protocol is licensed under the Apache License Version 2.0.

Related tools

More options with a similar category or technology profile.

AT Protocol FAQs

AT Protocol is listed as a Marketing tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

AT Protocol is listed under the Apache-2.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

AT Protocol is listed as an alternative to Threads API. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.