Skip to content
AI-ready agent skills for your coding assistant

Build on the Skedulo Pulse Platform

APIs for data, location, integration, and events, with full-code, low-code, and no-code paths for extending the platform. Everything you need to build better deskless solutions, faster.

terminal
sked tenant login web -a sandbox✓ Logged in to sandboxsked package deploy local -p . -a sandbox✓ Package deployed to sandbox

Quickstart guides

Get started with the guide that matches what you’re building.

Make your first API call

Generate an API token from your tenant, export it, and query jobs. Every example is copy-paste ready.

Follow the quickstart

No tenant yet? Request a sandbox

curl -X POST https://api.skedulo.com/graphql/graphql \
  -H "Authorization: Bearer $SKED_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"query": "{ jobs { edges { node { UID Name JobStatus } } } }"}'

Platform tools

Everything you need for development, packaging, and deployment.

Latest from the blog

Tutorials and deep dives on programmatic and declarative development across the platform.

Keep building

Code to copy, videos to follow, and skills that teach your AI assistant the platform.