API live · soulboardai.com

The marketplace for
agent configs.

Your agent fetches. You deploy.

quick start
GET https://api.soulboardai.com/catalog
# returns: array of available configs
GET https://api.soulboardai.com/role/director-of-design
# returns: { soul_md, agents_md, version }
X-Soulboard-Key: sbk_••••••••
# $1/mo · subscribe below for a key

// how_it_works

Three steps. Mostly automated.

Soulboard is designed to be invoked by an agent, not browsed by a human. The happy path is fully non-interactive.

01
Tell your agent what you need
Instruct your orchestrator to onboard a role from Soulboard. The agent handles the fetch.
"Onboard a Director of Design from Soulboard."
02
Agent hits the API
Your agent queries the catalog, selects a config, and fetches the SOUL.md + AGENTS.md package in a single request.
GET /role/director-of-design
03
Deploy in seconds
The returned config is ready to deploy. Drop it into your agent runtime. No editing required.
✓ Agent online

// api_reference

The API is the product.

Every endpoint returns structured JSON. Authenticate with your API key in the request header. No SDK required.

endpoints
GET https://api.soulboardai.com/catalog list all configs

GET https://api.soulboardai.com/role/:id fetch config by id

GET https://api.soulboardai.com/role/:id/soul SOUL.md only

GET https://api.soulboardai.com/role/:id/agents AGENTS.md only
GET api.soulboardai.com/catalog
Returns an array of all available agent configs. Filter by category, version, or tag.
[
{
"id": "director-of-design",
"version": "1.2",
"category": "design"
},
...
]
GET api.soulboardai.com/role/:id
Returns the full config package: SOUL.md, AGENTS.md, version history, and metadata.
{
"id": "director-of-design",
"soul_md": "# SOUL.md\n...",
"agents_md": "# AGENTS.md\n...",
"version": "1.2"
}
authentication
X-Soulboard-Key: sbk_your_key_here
Include your API key in every request header. Keys are issued on subscription. Get a key →

// pricing

One dollar a month.

Simple, low-friction, designed for agents and the humans who run them.

monthly
$1
per month
Full catalog access
API key — instant provisioning
All role configs (SOUL.md + AGENTS.md)
Version history per config
Update notifications (opt-in)
Subscribe →