Skip to content

agent-trust-protocol/atp-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atp-website

Source code for agenttrustprotocol.com — the official website and developer portal for Agent Trust Protocol™.

Private repository — Sovr INC


Stack

  • Framework: Next.js 14 (App Router)
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Deployment: Vercel

Local Development

git clone https://github.com/agent-trust-protocol/atp-website.git
cd atp-website
npm install
npm run dev

Open http://localhost:3000.


Scripts

npm run dev       # Start dev server
npm run build     # Production build
npm run start     # Start production server
npm run lint      # Run ESLint

Related

Scheduled workflows (cron)

Workflow schedule triggers fire when something pings /api/workflows/cron with the CRON_SECRET bearer token. Vercel Hobby caps native crons at once per day, so we run the scheduler in GitHub Actions instead — .github/workflows/workflow-cron.yml ticks every 5 minutes (Actions' minimum) and POSTs to the cron endpoint on whichever URL is configured.

To enable on a fresh deployment:

  1. Repo → Settings → Secrets and variables → Actions → New repository secret CRON_SECRET — the same value set on the Vercel project.
  2. Repo → Settings → Secrets and variables → Actions → Variables → New repository variable SITE_URL — e.g. https://agenttrustprotocol.com.
  3. The job no-ops cleanly until both are set; the Actions → workflow-cron tab shows the most recent ticks. Manual dispatch is available from the same tab.

About

The official website and developer portal for Agent Trust Protocol — agenttrustprotocol.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors