@StainlessAPIi
iAccount based inUnited States
About this account
- Account based in
- United States
- Connected via
- United States App Store
Account-level information from X, not a live location or the device used for a specific post.
Best-in-class SDKs, Docs, and MCP for your API. Joining forces with @AnthropicAI - read more: https://nitter.cf/t.co/tGV1sgAlGa
New York City
Joined December 2022
- Tweets339
- Following34
- Followers5.1K
- Likes381
Pinned Tweet
We're thrilled to announce that Stainless is joining @AnthropicAI! Stainless was founded to make software better for everyone, and we're honored to continue that mission on the Anthropic team. Check out the announcement blog post for more: stainless.com/blog/stainless…
Stainless retweeted
Come hang out with me, @dkundel, @cszhu, @ianlivingstone, and @andrewqu to talk about building for and with agents 🤖
API providers are (correctly) very interested in how well coding agents understand and implement their API. I'll compare search via MCP vs. agent skills.
On April 2, we're teaming up with @KeycardLabs, @OpenAI, @vercel, and @Google for AX Night.
Join us in SF for live demos and Q&A on everything your API needs for agents to integrate successfully. MCP (code mode), agent skills, CLIs, and more.
MCP -> agent skills -> Cloudflare's discovery RFC. All in ~1 year.
Agent experience (AX) is evolving fast, and here’s a practical starting point for API providers.
stainless.com/blog/steps-tow…
We'll hunt you down at happy hour if that's what it takes 👀
(we 🫶 @NotionHQ at Stainless)
Replying to @jitl
shout out to @StainlessAPI folks who asked me for this at @sync_conf happy hour & kept nagging jack about it lmao
On April 2, we're teaming up with @KeycardLabs, @OpenAI, @vercel, and @Google for AX Night.
Join us in SF for live demos and Q&A on everything your API needs for agents to integrate successfully. MCP (code mode), agent skills, CLIs, and more.
RSVP: luma.com/lu4qcfd4
The Stainless CLI now supports agent skills 🤖
Run `stl skills` and agents like Claude Code and Codex can generate SDKs, trigger builds, manage branches, lint configs, and more.
stainless.com/changelog/inst…
Big news… Stainless is expanding into rally racing! 🏎️
Just kidding.
We recently worked with an old friend from Stripe, richö, on a security project. Instead of a typical payment, he asked if we’d sponsor his rally car (hard to say no to that).
If you happen to see the Stainless logo flying down a gravel stage somewhere, now you know why.
The Stainless Docs Platform is now in public beta!
From the same OpenAPI spec that powers your SDKs, you can generate API reference, SDK examples, and prose guides.
Start shipping docs that enable AI agents and delight developers.
The Stainless Docs Platform is already used in production by @AnthropicAI, @OpenAI, @Beeper, @DigitalOcean, @Letta_AI, @profound, and more.
If you already generate SDKs with Stainless, enabling docs takes a single configuration change.
Just connect your OpenAPI spec and deploy your docs site in seconds.
stainless.com/blog/stainless…
Stainless retweeted
Replying to @fatihguner @WiroAI
aslinda @WiroAI olsam @StainlessAPI kullanirdim. MCP, her dilde SDK ve CLI yaratiyor otomatik olarak ve guncel tutuyor.
biz Beeper'da kullaniyoruz, hem OpenAI hem Antropic SDK'lerini onlar generate ediyor.
ekibi cok iyi, birlikte calismasi keyifli.
You can now attach additional files to your GitHub releases when publishing SDKs 📦
Configure `release_assets` to upload bundled artifacts, compiled outputs, or extra documentation.
stainless.com/changelog/uplo…
Stainless retweeted
The way most MCP servers work is broken.
You expose 200 endpoints as 200 tools. The agent burns 100K tokens just reading tool definitions. Then it makes 15 sequential calls to do something that should take one.
We just shipped Code Mode on the @dodopayments MCP server.
> 2 tools. Search + Execute.
The agent searches our docs to understand the API, then writes TypeScript against our SDK. Code runs in an isolated sandbox. One script handles the entire workflow.
> 100K tokens -> ~1K tokens
> 15 round trips -> 1 execution
> API keys in prompts -> server-side injection
Shoutout to @StainlessAPI for making this possible.
If you're building MCP servers and still exposing one tool per endpoint, you're doing it wrong.