TachyonicTachyonic

Platform Guide

Using the Tachyonic dashboard for scan management, findings review, and team collaboration

Overview

The Tachyonic platform at platform.tachyonicai.com provides a dashboard for managing security scans, reviewing findings, and tracking your AI systems' security posture over time.

Sign Up

Create an account at platform.tachyonicai.com/sign-up. Sign up with email/password or Google/GitHub OAuth. An organization and default workspace are created automatically.

Targets

Targets represent the AI endpoints you want to scan. Create a target with:

  • Name — descriptive label
  • Endpoint — the URL of the LLM API (e.g., https://api.openai.com/v1/chat/completions)
  • Provider — which LLM provider (determines request/response format)

Domain Verification

For dashboard-initiated scans, external targets must be verified. After creating a target:

  1. Go to target settings and click Verify
  2. Choose DNS or HTTP verification:
    • DNS: Add a TXT record at _tachyonic-verify.yourdomain.com
    • HTTP: Serve a JSON file at https://yourdomain.com/.well-known/tachyonic-verify.json
  3. Click Check to confirm

Known providers (Anthropic, OpenAI, Google, etc.) are auto-verified.

CLI and API key scans bypass domain verification.

Scans

Submit a Scan

From the dashboard:

  1. Select a target
  2. Choose attack categories
  3. Set max attacks (optional)
  4. Click Start Scan

Scans run on Tachyonic's infrastructure. Progress updates stream in real-time.

Scan Status

StatusDescription
QueuedWaiting for runner capacity
RunningAttacks in progress
CompletedFinished with results
FailedRunner error (check logs)
CancelledStopped by user

Cancel a Scan

Click Cancel on a running scan to terminate it immediately.

Findings

Each finding includes:

  • Attack name — which attack triggered the finding
  • Category — OWASP LLM Top 10 mapping
  • Severity — critical, high, medium, low, info
  • Verdict — confirmed, probable, suspicious, dismissed
  • Confidence — 0.0 to 1.0
  • Evidence — what the model response contained
  • Payload — the adversarial input sent
  • Response — the model's actual response
  • Reproduction steps — how to reproduce

API Keys

Create API keys at Settings > API Keys for CLI and CI/CD integration. Each key is scoped to your workspace with configurable permissions.

Billing

PlanPriceScans/monthRate limit
Free$0510/min
Pro$99/mo5060/min
Team$299/moUnlimited120/min
EnterpriseCustomUnlimited300/min

Upgrade at Settings > Billing.

On this page