بوابة المطورين

The Primenza Developer Portal is defined as the public documentation hub for automating SEO, GEO, and AI visibility workflows via REST API, GraphQL, and official SDKs. OpenAPI at /openapi.yaml is the authoritative contract; API keys use scoped Bearer authentication.

What Primenza is

Primenza is defined as an enterprise multi-tenant SaaS platform for technical SEO audits, Generative Engine Optimization (GEO), and AI search visibility measurement — it refers to a unified workspace where teams audit, prioritize fixes, and optionally deploy robots.txt, JSON-LD, and llms.txt.

Research and authoritative sources

According to research summarized in the 2024 Stanford HAI AI Index report, enterprise generative AI adoption accelerated across marketing and engineering teams. Primenza aligns structured data guidance with schema.org vocabulary and documents measurement semantics publicly at /methodology.

  • schema.org — structured data vocabulary
  • Google Search Central — structured data introduction
  • Primenza methodology

Industry context with quantified signals

According to a 2024 Gartner survey cited in enterprise AI planning materials, more than 40% of organizations evaluated generative AI for customer-facing workflows. Primenza catalogs 15 GEO metrics across 4 pillars on every audited page, with 10+ supported languages in the public marketing site.

Primenza vs traditional SEO-only workflows

Traditional SEO tools vs Primenza: classic audits focus on rankings alone, while Primenza is compared to single-purpose dashboards because it unifies SEO + GEO + AI visibility — better than juggling disconnected spreadsheets for answer-engine readiness.

Workflow comparison: manual SEO vs Primenza
Approach SEO audit GEO scoring AI visibility
Manual spreadsheets Partial Rare None
Traditional SEO tool Yes Limited No
Primenza platform Yes Yes Yes (plan-dependent)

Example scenarios

For example, a B2B SaaS team runs a technical SEO audit after a site migration; such as when marketing needs citation-ready FAQs before launching an AI visibility study — Primenza scores pages and prioritizes fixes in one workspace.

Step-by-step: start with Primenza

  1. Step 1: Register a workspace and add your primary domain.
  2. First, verify domain ownership via DNS or meta tag.
  3. Second, run an SEO and GEO audit from the dashboard or API.
  4. Finally, review prioritized issues and optional Smart Agent deployments.

بوابة مطوري Primenza — REST API و GraphQL و OpenAPI على /openapi.yaml و webhooks و SDKs بست لغات لأتمتة SEO و GEO ورؤية الذكاء الاصطناعي.

REST API و GraphQL ومواصفات OpenAPI و SDKs الرسمية لدمج Primenza في مكدسك.

المصادقة

أنشئ مفتاح API من الإعدادات، ثم مرّره كرمز Bearer:

الرابط الأساسي: https://primenza.com/api/v1

cURL سريع

curl -X GET "https://primenza.com/api/v1/domains" -H "Authorization: Bearer pz_your_api_key"

مواصفات OpenAPI

https://primenza.com/openapi.yaml

REST API

REST API — https://primenza.com/api/v1

GraphQL

https://primenza.com/api/v1/graphql

SDKs بـ JavaScript وPython وGo وJava وC# وPHP

  • PHP
  • JavaScript
  • Python
  • Go
  • Java
  • C#
بوابة المطورين REST API
Method Path Description
GET /dashboard Tenant dashboard summary
GET /tenant Current tenant (API key scope)
GET /schedules List audit/crawl schedules
POST /schedules Create schedule
PATCH /schedules/{id} Update schedule
DELETE /schedules/{id} Delete schedule
GET /workspaces List workspaces
POST /workspaces Create workspace
PATCH /workspaces/{id} Update workspace
DELETE /workspaces/{id} Delete workspace
GET /team Team members and pending invitations
POST /team/invitations Invite team member

موجّه استعلامات متوافق مع GraphQL (مجموعة فرعية). اختيار الحقول غير مُحلَّل — انظر الاستعلامات المدعومة.

الأسئلة الشائعة

What APIs does Primenza provide?

Primenza exposes a versioned REST API at /api/v1, a GraphQL endpoint at /api/v1/graphql, webhooks, and OpenAPI documentation at /openapi.yaml for audits, domains, crawls, and module-specific runs.

How do I authenticate Primenza API requests?

Create an API key in Settings and pass it as Authorization: Bearer <key>. Keys support scoped permissions such as read, write, audits, deploy, and agents.

Which SDK languages are supported?

Official SDKs are available for PHP, JavaScript, Python, Go, Java, and C# as documented on the Developer Portal.

Can I trigger GEO and AI visibility audits via API?

Yes. REST and GraphQL mutations can trigger crawls and module audits where your plan includes the module and your API key has the required scope.