Documentation
Everything you need to integrate TAG IT Network into your products and systems.
Work in Progress
We're actively building this documentation as TAG IT Network evolves on testnet. Some info may change before Mainnet (Q3-Q4 2026). For the latest details, visit our GitHub.
Getting Started
Learn the basics of TAG IT Network and set up your first authentication system in minutes.
API Reference
Complete API documentation with endpoints, authentication, and request/response examples.
Smart Contracts
Explore our audited smart contracts for NFT minting, token management, and DAO governance.
NFC Integration
Hardware guides for integrating NFC chips with our authentication protocol.
SDK & Libraries
Official SDKs for JavaScript, Python, Go, and mobile platforms.
Tutorials
Step-by-step guides for common use cases and integration patterns.
Quick API Example
// Initialize TAG IT SDK import { TagIt } from '@tagit/sdk'; const tagit = new TagIt({ apiKey: process.env.TAGIT_API_KEY, network: 'mainnet' }); // Verify product authenticity by NFC tag ID async function verifyProduct(tagId) { const result = await tagit.products.verify(tagId); return { authentic: result.verified, product: result.metadata, owner: result.currentOwner, history: result.transferHistory }; }
Ready to Get Started?
Create your free developer account and start integrating TAG IT Network today.