Verifying access...

Vedika

Enterprise Only

This dashboard is for enterprise customers with dedicated cloud tenancy. Get your own isolated instance with SLA guarantees.

Vedika

Sign In Required

Please sign in to access the enterprise dashboard.

Sign In

Admin Verification

Enter the admin API key to access admin controls.

Vedika Enterprise

Overview

Last updated:

Your dedicated deployment at a glance

License
ID:
Expires
days remaining
Health
SLA

Monthly Usage

/
Wallet Balance
$
≈ ₹
Month Spend
$
≈ ₹
Avg Cost/Call
$
calls this month

Deployment Details

Region
Service URL
Error Rate
Memory
New Ticket
Get support
View Analytics
Usage details
API Logs
Recent requests

Usage & Analytics

Real-time API usage and performance metrics

Total Calls (7d)
Success Rate
Avg Response
Active Keys

API Calls (Last 7 Days)

Top Endpoints

EndpointCallsAvg TimeSuccess
No endpoint data yet

API Logs

Recent API requests to your deployment

TimeMethodEndpointStatusTime (ms)Cost
No API logs yet. Logs will appear here once your deployment starts receiving requests.

API Keys

Your enterprise license key and API credentials

License Key

Use this key in the x-license-key header for all enterprise API requests.

Service Endpoint

Your dedicated API endpoint. All requests to this URL are isolated to your instance.

Quick Start

curl -X POST "/api/v1/astrology/query" \
  -H "Content-Type: application/json" \
  -H "x-license-key: " \
  -d '{"question":"What is my moon sign?","birthDetails":{"datetime":"1990-05-15T10:30:00+05:30","latitude":28.6139,"longitude":77.2090}}'

Support

Submit and track support tickets

SLA Response Times: Critical 4h · High 12h · Medium 48h · Low 120h

No support tickets. Everything running smoothly!

Create Support Ticket

attachments

SLA:

Updates & Releases

Available updates for your deployment

Your deployment is up to date.

Playground

Test the Vedika API with your license key in real time

Model Settings
Precise (0.0)Creative (1.0)
1004500
Birth Details (JSON)

ISO 8601 datetime with timezone offset. Latitude and longitude of birth place.

Question
Cost: | Time:
Response

Enter a question and click "Try It" to test the API

Responses use your license key and are billed normally

Analytics & Data

Detailed usage analytics and cost breakdowns (last 30 days)

Requests (30d)
Total Billed
Avg Response
Error Rate

Requests Per Day (30 Days)

Endpoint Distribution

Language Distribution

Cost Breakdown (30 Days)

AI Processing
Infrastructure
Total Billed

Top 5 Endpoints by Usage

#EndpointCallsAvg TimeError %
No data yet

Average Response Time Trend

Error Rate Trend

Persona Tuning

View your active AI persona configuration and parameter recommendations

Active Persona

Your deployment uses a carefully tuned AI persona. Below is a read-only view of its active configuration sections.

Custom Persona

Need a customized AI persona for your brand? Our team can configure identity, tone, response style, and language priorities specific to your use case.

Parameter Reference

Temperature

Controls randomness in AI responses. Lower values produce more deterministic and factual output; higher values increase creativity and variation.

RECOMMENDED FOR ASTROLOGY
0.7
Balances accuracy with natural, varied language

top_p

Nucleus sampling parameter. Limits the token pool to the top cumulative probability mass. Lower values restrict vocabulary; 1.0 considers all tokens.

RECOMMENDED FOR ASTROLOGY
0.9
Broad vocabulary while avoiding low-probability noise

frequency_penalty

Penalizes repeated tokens proportional to their frequency. Reduces word repetition in longer responses. Range: 0.0 to 2.0.

RECOMMENDED FOR ASTROLOGY
0.3
Mild penalty keeps dasha/yoga terms without excess repetition

Persona FAQ

Persona editing requires admin access. Enterprise customers can request custom persona configurations through a support ticket. Changes are applied within 24 hours and take effect across all regions without a redeploy.
API-level temperature overrides are supported. The platform persona sets a default, but your API requests can include a temperature field to override per-query. We recommend keeping it between 0.5 and 0.9 for astrological content.
Yes. Enterprise tier supports full white-labeling. The AI can identify as your brand name, follow your tone guidelines, and use your product terminology. Submit a custom persona request with your brand guidelines and preferred identity.

Build Status

Current deployment status and release history

Current Stable Build

Live
Release
Last Deployment
Uptime

Region Status

us-central1 (Iowa)
Latency
Status
asia-south1 (Mumbai)
Latency
Status

Recent Releases

No release history available.

FAQ & Documentation

Common questions, parameter guides, and links to full documentation

Two specs available: The public spec (/openapi.json) advertises sandbox and health endpoints for unauthenticated discovery. The enterprise spec (/openapi-enterprise.json, /openapi-enterprise.yaml) is the full surface of 140+ endpoints — fetch it with your enterprise license in the x-license-key header: curl -H "x-license-key: vk_ent_..." https://api.vedika.io/openapi-enterprise.yaml

Frequently Asked Questions

Invoices

GST-compliant invoices (18% CGST+SGST, or 18% IGST for inter-state).

Invoice # Period Subtotal GST (18%) Total Status PDF
No invoices yet — they appear after your first successful payment.
About GST: Invoices issued to Indian businesses include 18% GST (9% CGST + 9% SGST for intra-state, or 18% IGST for inter-state). Your GSTIN appears on every PDF. Need a tax-adjusted invoice? Open a Support ticket.

SLA & Uptime

Rolling 30-day availability against your contractual SLA.

SLA Target
Contractual commitment
Actual Uptime (30d)
SLA Credit
Auto-applied on breach

Daily Uptime (Last 30 Days)

No uptime data yet
Meeting SLA Degraded Breach

Incidents in SLA Window

OpenedTitleSeverityDurationStatus
No incidents in the last 30 days

Incidents

Full incident history with post-mortems and root-cause analysis.

No incidents on record
Your deployment has been running cleanly.

Webhooks

Receive real-time HTTP callbacks for quota, SLA, billing, incidents, and releases.

Subscribe New Endpoint

Active Subscriptions

URLEventsStatusCreated
No webhook subscriptions yet

Recent Deliveries

TimeEventEndpointStatusAttempts
No deliveries yet

Team

Invite team members with role-based access.

Invite Team Member

Members & Invites

EmailRoleStatusJoined
No team members yet — you're the only account owner.
Role matrix: Owner — full admin + billing. Admin — keys, team, settings (no billing). Developer — API keys, logs, playground. Viewer — read-only dashboards.

Security

IP allowlist, two-factor authentication, and single sign-on.

Two-Factor Auth

When enforced, every team member must enable TOTP or hardware key to sign in.

SAML SSO

SAML 2.0 single sign-on with Okta, Azure AD, Google Workspace, OneLogin, or custom IdP.

IP Allowlist

When populated, API calls from any IP outside this list are rejected with HTTP 403. Leave empty to accept traffic from all sources.

CIDRLabelAdded
No IP restrictions — all source IPs accepted.

Session Policy

Session Timeout
IP Allowlist Enforced

Audit Log

Immutable record of account actions — DPDP Act 2023 and SOC 2 compliance.

Timestamp Actor Action Resource IP Result
No events match your filter
No audit events yet — events appear as users take actions on the account.

Integration

Base URL, SDKs, OpenAPI spec, Postman collection, and curl quick-start.

API Endpoint

All requests use TLS 1.2+ and require the x-license-key header.

Official SDKs

JavaScript / TypeScript v2.1.1
npm install @vedika/sdk
View on npm →
Python v2.1.1
pip install vedika-sdk
View on PyPI →

curl Quick-Start

Account

Your dedicated account manager, contract, and quarterly business reviews.

Account Manager

Name
Email
Direct Line

Contract

Tier
Region
Status
Start Date
Expires
Auto-Renew
Commitment
Blended Rate
Term

Next Quarterly Business Review

QBRs cover roadmap, usage trends, commitment progress, and strategic alignment.

Feature Requests

Your product feedback shapes our roadmap. Click below to submit a feature request — it opens a ticket your account manager will review.

Admin Dashboard

Last updated:

Enterprise fleet overview

Total Deployments
healthy degraded critical
Open Tickets
SLA breached
Ticket Priority
Critical
High
Medium
Fleet Health
instances healthy

Deployment Health

CustomerStatusRegionLatencyHTTP

Tenant Ops (ShareChat-Ready)

Per-tenant quota burn-down, latency, errors, cost · last 24h

Updated Redis unavailable — daily counts stale

Data sources — Redis counter ent:daily:* for quota, apiLogs for latency / errors / cost. Fail-soft if either is down.

Active Enterprise Tenants
Requests (24h)
errors
Fleet p95 (24h)
p50:
Total Cost (24h)
at cost (USD, 24h)
Customer Tier Daily Quota p50 p95 Errors 24h Cost 24h
No active enterprise tenants.

Daily Used
p50 / p95
Errors 24h
Cost 24h

Last errors

No errors in the last 24h.

Persona Studio

Edit the live AI persona prompt in real-time. Override takes effect within ~30s across all regions, no redeploy required.

Backed by Redis key persona:override:active with mandatory TTL (max 4h). Affects ALL live customer responses while active.

Override ACTIVE — expires
Using default persona (env-flag-controlled)
Active variant: · Env default: · Length: chars
Persona text (editable) Previewing:
Preview as: |
/ 200000 chars Unsaved changes
TTL (how long override stays live)
min
Actions
Override affects every live customer response immediately. Max TTL 4 hours so a forgotten override auto-expires.
Diff vs default persona ()
+ added · - removed
(no diff -- override matches default)

Confirm persona override

Are you sure? This will affect all live customer responses for minutes.

Auto-expires at . Text length: chars.

Clear persona override?

This will revert to the env-flag-controlled default persona () within ~30 seconds for all regions.

Playground

Live model + voice + persona testing — same auth session as dashboard

Open in new tab

If iframe shows blank, open in new tab or hard-refresh (Cmd+Shift+R) to clear cached X-Frame-Options headers.

All Enterprise Customers

Manage all enterprise deployments

CustomerTierStatusRegionRequestsExpiresActions
No enterprise customers yet.

Status
Tier
Region
Expires
License Key (hashed)
Usage This Month
Requests
Remaining
Cost

License Management

Generate and manage enterprise licenses

Generate New License

LICENSE KEY (copy now — shown only once):

Export Usage Data

All Support Tickets

Cross-customer ticket queue

No tickets matching filter.

Release Management

Publish container image releases

Publish New Release

Published Releases

Made by Abhishek Raj