GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Mobile
  • Gaming
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • How-to
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • AI
    • Anthropic
    • ChatGPT
    • ChatGPT Atlas
    • Gemini AI (formerly Bard)
    • Google DeepMind
    • Grok AI
    • Microsoft Copilot
    • OpenAI
    • Perplexity
    • xAI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Follow US
AIPerplexityTech

Perplexity adds custom skills to its Agent API

Perplexity is giving developers a modular way to build more specialized AI agents.

By
Shubham Sawarkar
Shubham Sawarkar's avatar
ByShubham Sawarkar
Editor-in-Chief
I’m a tech enthusiast who loves exploring gadgets, trends, and innovations. With certifications in CISCO Routing & Switching and Windows Server Administration, I bring a sharp...
Follow:
- Editor-in-Chief
Jul 18, 2026, 3:29 AM EDT
Share
We may get a commission from retail offers. Learn more
Perplexity Agent API ny2Fq2qcVYuoYeKgmhPl9mrr7AE
Image: Perplexity
SHARE

Perplexity is giving developers a new way to shape its AI agents around the work they actually need done.

The company has added Skills to the Perplexity Agent API, allowing developers to combine Perplexity’s built-in capabilities with their own reusable instructions and workflows. The update was announced by Perplexity CEO Aravind Srinivas and the company’s developer account on July 17.

“Agents aren’t defined by a single system prompt,” Perplexity Developers wrote in the announcement. “They are assembled from many capabilities that developers extend and compose.”

That distinction matters. For much of the recent AI boom, building an agent has meant writing an increasingly large system prompt, connecting a few tools and hoping the model consistently follows the intended process. Custom skills offer a more modular approach: instead of placing every instruction in one long block of text, developers can package specialized knowledge and procedures into separate capabilities that an agent can use when needed.

Perplexity’s example is straightforward. A developer could pair the company’s built-in office or PDF skill with an inline design skill created specifically for a particular workflow. One capability might handle extracting information from a document, while another determines how that information should be structured, branded or presented.

That sounds like a small change, but it reflects a broader shift in how AI applications are being built. The most useful agents are rarely general-purpose systems operating from a single prompt. They are collections of focused abilities: searching the web, reading files, querying business data, formatting reports, checking calculations or following an organization’s internal process.

Perplexity’s Agent API already provides a foundation for that kind of system. The API gives developers access to multiple model providers through a unified interface, along with tools such as web search, URL fetching, finance search and people search. Developers can also use presets designed for different kinds of work, including faster responses, more advanced search and deeper research workflows. Perplexity describes the Agent API as a unified interface for models, tools and reasoning controls.

Custom skills extend that foundation beyond the tools Perplexity supplies out of the box. A company could, for example, build a skill that explains how its support team handles refunds, how its analysts prepare weekly market notes or how its engineers review a particular type of code. The agent would then have access to a repeatable workflow instead of relying on a fresh interpretation of the same instructions every time.

That could make agents easier to maintain, too. When every behavior lives inside one system prompt, changing one part of the workflow can create unexpected effects elsewhere. Modular skills give developers a clearer way to update a specific capability without rewriting the entire agent.

The idea is already becoming familiar across the AI industry. Perplexity’s own Computer product has promoted skills as reusable instruction sets for tasks such as research, presentations, data analysis and chart creation. Its documentation says skills can work together, with one capability gathering information and another turning the results into a report or presentation. Users can also create their own skills for recurring workflows. Perplexity’s guidance on Computer skills describes them as specialized playbooks that can be activated and combined.

Bringing that concept to the Agent API is significant because it moves skills from a consumer-facing assistant feature into the developer platform. Instead of only using Perplexity’s prebuilt workflows, companies can begin designing their own agent capabilities and embedding them into applications.

There is also a practical advantage for teams working across different models. Perplexity’s Agent API is designed to support models from providers including OpenAI, Anthropic, Google, xAI (now SpaceXAI) and Perplexity itself. A skill can provide the workflow and operating instructions while developers retain flexibility over which model handles the task. That separation could make it easier to change models without rebuilding an entire application from scratch.

Still, custom skills do not eliminate the hard parts of agent development. Developers will need to decide when a skill should activate, what information it can access and how its output should be checked. A poorly written skill can create the same problems as a poorly written system prompt—only now the behavior may be distributed across several components.

Observability will be important as well. When an agent combines multiple skills, tools and models, a failed result may be difficult to diagnose. Developers will want to know which skill ran, what instructions it received, which tools it called and where the workflow went off course. The more capable these systems become, the more important it is to make their decisions traceable.

Perplexity’s announcement does not yet spell out every implementation detail of the new feature, including the full format for creating and managing skills through the API. But the direction is clear. The company is positioning agents as assembled systems rather than monolithic prompts.

That is a more realistic picture of how useful AI software will likely be built. A travel agent may need a flight-search skill, a policy-checking skill and a budgeting skill. An internal research assistant may combine web search with company-specific reporting rules. A design tool may need separate capabilities for interpreting a brief, generating assets and checking whether the final result follows brand guidelines.

The promise of custom skills is not simply that agents can do more. It is that developers can give them a clearer division of labor.

For Perplexity, the update also broadens the appeal of the Agent API beyond applications that merely add web search to a chatbot. The company is offering a managed environment where developers can combine models, real-time information, built-in tools and their own specialized workflows.

The next test will be whether those skills are dependable enough for production use. If they are, the update could help turn the Agent API from a flexible model-and-tools interface into something closer to an operating layer for customized AI workers.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Leave a Comment

Leave a ReplyCancel reply

Most Popular

ASUS and ROG laptops now include 3 months of Google AI Pro for free

Google and Abbott team up on glucose and AI coaching

Apple TV orders “Ascension,” Cuarón’s first horror series

Google Pixel 11, Pixel 11 Pro, and Pixel 11 Pro XL arrive with sharper cameras and smarter AI

Google expands its AI certificate for the vibe coding era

Also Read
Clear protective case on a Google Pixel 11 Pro in a peach color, showcasing the phone’s rear design with a white circular Pixelsnap magnet graphic and Google “G” logo, and the raised horizontal camera bar visible at the top.

Google rolls out new Pixel 11 cases and stand colors

Aerial satellite view of a downtown city block with three overlaid GPS route lines in red, blue, and green, showing how different devices tracked the same path around tall buildings and streets.

Pixel Watch 5 GPS tested worldwide – and it delivered

Gemini logo surrounded by translucent glass chat bubbles on a light background for Play Store promotion.

Google’s Gemini update brings meetings, music, bookings and more into one chat

Google Pixel Tag attached to a keychain resting in a small tray on a wooden table.

Google has finally made its own AirTag rival – and it is called Pixel Tag

Side profile of a woman wearing Olive Google Pixel Buds Pro 2 while standing outside.

No new Pixel Buds, but Google is upgrading the ones you own

Google Health app showing Health Guardian summary on a smartphone, with blood pressure and insulin resistance trends marked high alongside Pixel Watch and Fitbit Air visuals.

Google’s Health Guardian wants your watch to notice what you can’t

Google Pixel Watch 5 with Gemini Intelligence, shown against a dark background with the Google logo and product name.

Google Pixel Watch 5: better GPS, stronger health tools, and AI on your wrist

Person signing while holding a smartphone showing Gboard sign-to-text dictation on the screen.

Pixel 11 adds ASL-to-text in Gboard and Live Transcribe

Company Info
  • Homepage
  • Support my work
  • Latest stories
  • Company updates
  • GDB Recommends
  • Daily newsletters
  • About us
  • Contact us
  • Write for us
  • Editorial guidelines
Legal
  • Privacy Policy
  • Cookies Policy
  • Terms & Conditions
  • DMCA
  • Disclaimer
  • Accessibility Policy
  • Security Policy
  • Do Not Sell or Share My Personal Information
Socials
Follow US

Disclosure: We love the products we feature and hope you’ll love them too. If you purchase through a link on our site, we may receive compensation at no additional cost to you. Read our ethics statement. Please note that pricing and availability are subject to change.

Copyright © 2026 GadgetBond. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | Do Not Sell/Share My Personal Information.