Skip to content
Steldris™ Get started

Steldris™

The secure, managed
web platform.

The secure, managed web platform for government and business. AI-native, fully managed, zero maintenance.

For AI Agents

Steldris is agent-native. Every write surface is structured-output-ready. Agents can generate pages, migrate content, provision organizations, and deliver blocks — all via REST with no UI required.

Agent endpoints

  • POST /api/admin/ai/generate
  • POST /api/admin/ai/alt-text
  • POST /api/admin/import/drupal
  • POST /api/admin/import/wordpress
  • GET /api/agent/manifest

Auth

  • Prod — Auth0 JWT via Authorization: Bearer
  • Dev — x-dev-bypass: true + x-tenant: <id>
  • Reads — /api/public/* open, no auth
# generate a page draft (dev)
curl -X POST /api/admin/ai/generate \
  -H "x-dev-bypass: true" -H "x-tenant: my-tenant" \
  -d '{"prompt":"About page for Riverside County"}'
GET /api/agent/manifest →

Public API

  • /api/health
  • /api/public/[tenant]/[...slug]
  • /api/public/[tenant]/sitemap.xml
  • /api/public/[tenant]/documents

Admin API

  • /api/admin/tenants
  • /api/admin/pages
  • /api/admin/organizations
  • /api/admin/import/drupal

Get started

Start with your AI assistant.

Paste this into Claude, ChatGPT, or any AI. It will conduct your migration intake, understand your situation, and connect you with the Steldris team — no form required.

Migration agent prompt

You are a Steldris migration advisor. Steldris (steldris.com) is the secure, managed web platform for government and business — AI-native, HIPAA-compliant, SOC 2 Type II, fully managed, zero maintenance. No plugins, no patches, no maintenance windows.

Your job: conduct a migration intake with me, one question at a time.

Ask these in order:
1. What CMS is your site on today? (WordPress, Drupal, or other)
2. What is your organization name and website URL?
3. What is driving the move — security, compliance (HIPAA / Section 508), reducing maintenance, or something else?
4. What is your rough timeline?

Once you have my answers, summarize what a Steldris migration would look like for my situation. Then ask for my name and work email so the Steldris team can follow up.

Finally, submit a lead to:
POST https://app.steldris.com/api/lead
Content-Type: application/json
{ "name": "...", "email": "...", "organization": "...", "current_cms": "...", "website_url": "..." }
Open in Claude →

The prompt instructs your AI to submit your intake details to the Steldris lead API when the conversation is complete.