Accel Atoms API
Returns the publicly listed Accel Atoms portfolio companies from the live portfolio page, including source-provided descriptions, websites, categories, cohort, founders, and detail links. Dates, funding, stage, and statuses remain empty when the source does not publish them.
Endpoint health
Loading verification…
Connect your agent
Connect through MCP so your agent can find this API, read its docs, and call its endpoints.
Add the server from your terminal.
claude mcp add --transport http agent-data https://agent-data.motie.dev/mcpIn Claude Code, run /mcp, select agent-data, then Authenticate. Sign in to your agent-data account in the browser.
Then ask your agent to use the Accel Atoms API for your task.
Call it over HTTP
Get an API keySign up free, generate an API key, and set it as AGENT_DATA_API_KEY in your environment. Your first 100 calls each month are free.
curl --request GET --get 'https://api.agent-data.dev/atoms-accel-com/v1/portfolio' \
--header "Authorization: Bearer $AGENT_DATA_API_KEY"Endpoints
Inputs and response fields for every endpoint in this API.
GETPortfolio/v1/portfolio
Fetches the live portfolio listing and follows its observed Webflow page sequence until no new companies remain.
Input
No input parameters.
Response
dataobject[]data[].stage?string | nulldata[].website?string (uri) | nulldata[].founders?object[]data[].founders[].namestringdata[].founders[].role?string | nulldata[].founders[].linkedin_url?string (uri) | nulldata[].categories?string[]data[].detail_url?string (uri) | nulldata[].description?string | nulldata[].company_namestringdata[].founded_date?string | nulldata[].company_status?string | nulldata[].funding_details?string | nulldata[].investment_date?string | nulldata[].accelerator_batch?string | nulldata[].investment_status?string | nulldata[].short_description?string | nullsourcestringrequest_idstringnext_cursor?string | nullFields marked ? are optional.
Don’t see the endpoint you need?
Ask agent-data to add an endpoint or return more fields. Extensions are free and keep existing endpoints working.
An account is required to submit an extension. Prepare your request, then sign in to build.