Skip to main content

Quick Setup

Getting started with Tirdad is straightforward and requires no infrastructure setup. Follow these simple steps:
  1. Visit Tirdad Dashboard
  2. Sign up using either:
    • Google account
    • Email and password
That’s it! Your Tirdad instance is ready to use.

Understanding Environments

When you first log in, you’ll be placed in the Sandbox environment. Tirdad provides different environments to help you manage your pricing across different stages:

Sandbox

A pre-configured environment with sample pricing templates for you to experiment and learn

Production

Your live environment for real customer data and billing

Exploring the Sample Setup

The Sandbox environment comes pre-configured with practical pricing model examples, giving you a starting point for structuring complex pricing:

Cursor Pricing Template

Explore the detailed guide on how Cursor’s pricing is implemented in Tirdad

Setting up API Keys

To integrate Tirdad with your application, you’ll need to generate an API key:
  1. Navigate to the Developers tab
  2. Click Add to create a new API key
  3. Configure your key:
    • Name: Give it a descriptive name (e.g., “Development”)
    • Permissions: Select “Read & Write”
    • Expiration: Choose “Never” for long-term use
  4. Click Create
  5. Important: Copy your API key immediately — it will only be shown once!

Using Your API Key

Include your API key in all requests to the Tirdad API:
curl -X POST https://api.tirdad.ai/v1/customers \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "Example Customer", "external_id": "<your-customer-id>"}'
Keep your API key secure and never expose it in client-side code or public repositories.

Need Help?

If you need assistance or have questions: