Skip to content

AgntSpark

AgntSpark hosts AI agents. Deploy an official template or your own container image, and each agent gets its own HTTPS endpoint:

curl -X POST https://support-k3v9qa.run.agntspark.com/invoke \
  -H "Authorization: Bearer agk_…" \
  -H 'content-type: application/json' \
  -d '{"input": "How do I reset my password?"}'

Private alpha

AgntSpark is in an invite-only alpha. You need an invite code to create an account. Plan limits and features may change before general availability.

What you get

  • An HTTPS URL per agent: https://<name>-<random>.run.agntspark.com, with a certificate issued automatically.
  • Templates that work out of the box: a customer support agent and a code reviewer, running on the platform's agent runtime.
  • Bring your own model key: OpenAI, Anthropic or Google. Your key is stored encrypted and passed only to your agent.
  • Your own images: anything that serves the runtime contract on its port.
  • Private by default: an agent only answers callers with one of its access keys, and you choose how fast one caller may call it.
  • Replicas and auto-scaling within your plan's quotas.
  • Logs and live CPU/memory in the console and over the API.

Where to start

I want to… Read
Deploy my first agent in the console Quick Start
Automate deploys from code or CI API Keys, SDK and CLI
Run my own agent code Deploy Your Own Image
Stop strangers from using my agent Access Keys and Rate Limits
Look up an endpoint REST API