NEW 🚀 Launching on Product Hunt | Join us on our journey to revolutionize content management
Discover our page
Diggama Logo
Quick Start

Get Started with Diggama

Follow these simple steps to start using Diggama

1

Create a free account

Sign up for a Diggama account to get started with our platform.

Create Account
2

Create your first blueprint

Define your content structure using our intuitive blueprint system.

Blueprint creation interface

💡 Create variants for every language you want to support

3

Create an API Key

Generate your API key to authenticate your requests.

API Key generation
4

Setup analytics

Configure your analytics settings to track content performance.

Analytics setup

💡 Create an empty token, just put a name and copy the token, it don't need any permission

<script 
  src="https://api.diggama.com/v1/here.js" 
  x-diggama-token="{token}" 
  async
/>

💡 Authorise your domain

Domain authorization
5

Make your firsts calls

Start making API calls to interact with your content.

# Example API call for Learn Center content
curl -H "Accept: application/json" \
     -H "Authorization: Bearer YOUR_API_KEY" \
     "https://api.diggama.com/v1/resources/learn-center?variant=en"
# Example response
{
  "data": [
    {
      "id": "abc123",
      "attributes": {
        "title": "Getting Started with Diggama",
        "description": "Learn how to use Diggama to manage your content",
        "content": "<p>Welcome to Diggama...</p>",
        "publishedAt": "2024-03-20T10:00:00Z"
      }
    }
  ]
}
6

Manage your content

Use our dashboard to manage and organize your content efficiently.

Go to Dashboard

Ready to Build?

Get started with Diggama in minutes. Our comprehensive documentation will guide you through advanced features and best practices.

Key Features

Type-Safe Content

Get automatic type checking and validation for your content models

Real-time Updates

Content changes are immediately reflected across all platforms

GraphQL Support

Query your content using GraphQL for flexible data fetching

Webhooks

Set up automated workflows with custom webhooks

Need Help?

Our support team is here to help you get started with Diggama.

Contact Support